Html Css Color HEX #D2F1A4 Reef

📋 copy color: '#D2F1A4'

red 210 ◦ green 241 ◦ blue 164

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

Shades of Reef #D2F1A4

Tints of Reef #D2F1A4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.19%

 BLUE value IS 164 (64.45% from 255) = 26.67%

R = 34.15%
G = 39.19%
B = 26.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#D2F1A4 (or 0xD2F1A4) is known color: Reef. HEX triplet: D2, F1 and A4. RGB value is (210,241,164). Sum of RGB (Red+Green+Blue) = 210+241+164=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F1A4 is #2D0E5B. Grayscale: #DFDFDF. Windows color (decimal): -2952796 or 10809810. OLE color: 10809810.

HSL color Cylindrical-coordinate representation of color #D2F1A4: hue angle of 84.16º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2F1A4 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 164 -
CMYK 0.13 0 0.32 0.05
HSL 84.16º 0.73% 0.79% -
HSV(B) 84.16º 0.32% 0.95% -
XYZ 64.73 79.29 47.02 -
YUV 222.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 210 241 164 0.13 0 0.32 0.05 84.16 0.73 0.79
Hex D2 F1 A4 D 0 20 5 54 49 4F
Octal 322 361 244 15 0 40 5 124 111 117
Binary 11010010 11110001 10100100 1101 0 100000 101 1010100 1001001 1001111

Color Harmonies of #D2F1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F1A4

Black with #D2F1A4

Text Example


Text Example

White with #D2F1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F1A4; }

 p { color: rgb(210,241,164); }

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

background-color css

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

 a { background-color: rgb(210,241,164); }

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

border-color css

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

 span { border-color: rgb(210,241,164); }

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