#D2FF8A

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

Shades of Reef #D2FF8A

Tints of Reef #D2FF8A

Color information

#D2FF8A (or 0xD2FF8A) is unknown color: approx Reef. HEX triplet: D2, FF and 8A. RGB value is (210,255,138). Sum of RGB (Red+Green+Blue) = 210+255+138=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF8A is #2D0075. Grayscale: #E4E4E4. Windows color (decimal): -2949238 or 9109458. OLE color: 9109458.

HSL color Cylindrical-coordinate representation of color #D2FF8A: hue angle of 83.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2FF8A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB210255138-
CMYK0.1800.460
HSL83.08º100%77.06%-
HSV(B)83.08º45.88%100%-
XYZ66.9387.0637.32-
YUV228.2177.09115.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 138 (54.30% from 255) = 22.89%
R=34.83%
G=42.29%
B=22.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551380.1800.46083.0810077.06
HexD2FF8A1202E053644d
Octal322377212220560123144115
Binary1101001011111111100010101001001011100101001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF8A; }

 p { color: rgb(210,255,138); }

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

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

 a { background-color: rgb(210,255,138); }

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

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

 span { border-color: rgb(210,255,138); }

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