Html Css Color HEX #D2F491 Reef

📋 copy color: '#D2F491'

red 210 ◦ green 244 ◦ blue 145

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

Shades of Reef #D2F491

Tints of Reef #D2F491

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.73%

 BLUE value IS 145 (57.03% from 255) = 24.21%

R = 35.06%
G = 40.73%
B = 24.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#D2F491 (or 0xD2F491) is known color: Reef. HEX triplet: D2, F4 and 91. RGB value is (210,244,145). Sum of RGB (Red+Green+Blue) = 210+244+145=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F491 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F491 is #2D0B6E. Grayscale: #DEDEDE. Windows color (decimal): -2952047 or 9565394. OLE color: 9565394.

HSL color Cylindrical-coordinate representation of color #D2F491: hue angle of 80.61º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2F491 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 145 -
CMYK 0.14 0 0.41 0.04
HSL 80.61º 0.82% 0.76% -
HSV(B) 80.61º 0.41% 0.96% -
XYZ 64.04 80.45 38.94 -
YUV 222.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 210 244 145 0.14 0 0.41 0.04 80.61 0.82 0.76
Hex D2 F4 91 E 0 29 4 51 52 4C
Octal 322 364 221 16 0 51 4 121 122 114
Binary 11010010 11110100 10010001 1110 0 101001 100 1010001 1010010 1001100

Color Harmonies of #D2F491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F491

Black with #D2F491

Text Example


Text Example

White with #D2F491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F491; }

 p { color: rgb(210,244,145); }

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

background-color css

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

 a { background-color: rgb(210,244,145); }

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

border-color css

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

 span { border-color: rgb(210,244,145); }

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