Html Css Color HEX #D2FCA1 Reef

📋 copy color: '#D2FCA1'

red 210 ◦ green 252 ◦ blue 161

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

Shades of Reef #D2FCA1

Tints of Reef #D2FCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.84%

R = 33.71%
G = 40.45%
B = 25.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#D2FCA1 (or 0xD2FCA1) is known color: Reef. HEX triplet: D2, FC and A1. RGB value is (210,252,161). Sum of RGB (Red+Green+Blue) = 210+252+161=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FCA1 is #2D035E. Grayscale: #E5E5E5. Windows color (decimal): -2949983 or 10616018. OLE color: 10616018.

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

Color convert

RGB 210 252 161 -
CMYK 0.17 0 0.36 0.01
HSL 87.69º 0.94% 0.81% -
HSV(B) 87.69º 0.36% 0.99% -
XYZ 67.82 85.9 46.72 -
YUV 229.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 210 252 161 0.17 0 0.36 0.01 87.69 0.94 0.81
Hex D2 FC A1 11 0 24 1 58 5E 51
Octal 322 374 241 21 0 44 1 130 136 121
Binary 11010010 11111100 10100001 10001 0 100100 1 1011000 1011110 1010001

Color Harmonies of #D2FCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FCA1

Black with #D2FCA1

Text Example


Text Example

White with #D2FCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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