#D2FF92

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

Shades of Reef #D2FF92

Tints of Reef #D2FF92

Color information

#D2FF92 (or 0xD2FF92) is unknown color: approx Reef. HEX triplet: D2, FF and 92. RGB value is (210,255,146). Sum of RGB (Red+Green+Blue) = 210+255+146=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF92 is #2D006D. Grayscale: #E5E5E5. Windows color (decimal): -2949230 or 9633746. OLE color: 9633746.

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

Color convert

RGB210255146-
CMYK0.1800.430
HSL84.77º100%78.63%-
HSV(B)84.77º42.75%100%-
XYZ67.5387.340.49-
YUV229.1281.09114.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.37%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=34.37%
G=41.73%
B=23.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551460.1800.43084.7710078.63
HexD2FF921202B055644f
Octal322377222220530125144117
Binary1101001011111111100100101001001010110101010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF92; }

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

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

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

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

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

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

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

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