#d2fe90

Color #D2FE90 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D2FE90

Tints of Reef #D2FE90

Color information

#D2FE90 (or 0xD2FE90) is unknown color: approx Reef. HEX triplet: D2, FE and 90. RGB value is (210,254,144). Sum of RGB (Red+Green+Blue) = 210+254+144=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FE90 is #2D016F. Grayscale: #E4E4E4. Windows color (decimal): -2949488 or 9502418. OLE color: 9502418.

HSL color Cylindrical-coordinate representation of color #D2FE90: hue angle of 84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2FE90 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB210254144-
CMYK0.1700.430.00
HSL84º98.21%78.04%-
HSV(B)84º43.31%99.61%-
XYZ67.0586.639.57-
YUV228.380.42114.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 144 (56.64% from 255) = 23.68%
R=34.54%
G=41.78%
B=23.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541440.1700.430.008498.2178.04
HexD2FE901102B054624e
Octal322376220210530124142116
Binary1101001011111110100100001000101010110101010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2fe90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2fe90; }

 p { color: rgb(210,254,144); }

 H1.HeaderClassName
 {
   color: #d2fe90;
 }
 .AnyTagClassName
 {
   color: #d2fe90;
 }
</style>
background-color css

<style>
 a { background-color: #d2fe90; }

 a { background-color: rgb(210,254,144); }

 div.DivClassName
 {
   background-color: #d2fe90;
 }
 .BgClassName
 {
   background-color: #d2fe90;
 }
</style>
border-color css

<style>
 span { border-color: #d2fe90; }

 span { border-color: rgb(210,254,144); }

 td.TdClassName
 {
   border-color: #d2fe90;
 }
 .TagClassName
 {
   border-color: #d2fe90;
 }
</style>