Html Css Color HEX #D2FC96 Reef

📋 copy color: '#D2FC96'

red 210 ◦ green 252 ◦ blue 150

#D2FC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D2FC96

Tints of Reef #D2FC96

RGB

 RED value IS 210 (82.42% from 255) = 34.31%

 GREEN value IS 252 (98.83% from 255) = 41.18%

 BLUE value IS 150 (58.98% from 255) = 24.51%

R = 34.31%
G = 41.18%
B = 24.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#D2FC96 (or 0xD2FC96) is known color: Reef. HEX triplet: D2, FC and 96. RGB value is (210,252,150). Sum of RGB (Red+Green+Blue) = 210+252+150=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FC96 is #2D0369. Grayscale: #E4E4E4. Windows color (decimal): -2949994 or 9895122. OLE color: 9895122.

HSL color Cylindrical-coordinate representation of color #D2FC96: hue angle of 84.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2FC96 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 252 150 -
CMYK 0.17 0 0.40 0.01
HSL 84.71º 0.94% 0.79% -
HSV(B) 84.71º 0.4% 0.99% -
XYZ 66.89 85.52 41.84 -
YUV 227.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 210 252 150 0.17 0 0.40 0.01 84.71 0.94 0.79
Hex D2 FC 96 11 0 28 1 55 5E 4F
Octal 322 374 226 21 0 50 1 125 136 117
Binary 11010010 11111100 10010110 10001 0 101000 1 1010101 1011110 1001111

Color Harmonies of #D2FC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FC96

Black with #D2FC96

Text Example


Text Example

White with #D2FC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FC96; }

 p { color: rgb(210,252,150); }

 H1.HeaderClassName
 {
   color: #D2FC96;
 }
 .AnyTagClassName
 {
   color: #D2FC96;
 }
</style>

background-color css

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

 a { background-color: rgb(210,252,150); }

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

border-color css

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

 span { border-color: rgb(210,252,150); }

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