Html Css Color HEX #D1F0A0 Reef

📋 copy color: '#D1F0A0'

red 209 ◦ green 240 ◦ blue 160

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

Shades of Reef #D1F0A0

Tints of Reef #D1F0A0

RGB

 RED value IS 209 (82.03% from 255) = 34.32%

 GREEN value IS 240 (94.14% from 255) = 39.41%

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 34.32%
G = 39.41%
B = 26.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D1F0A0 (or 0xD1F0A0) is known color: Reef. HEX triplet: D1, F0 and A0. RGB value is (209,240,160). Sum of RGB (Red+Green+Blue) = 209+240+160=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F0A0 is #2E0F5F. Grayscale: #DDDDDD. Windows color (decimal): -3018592 or 10547409. OLE color: 10547409.

HSL color Cylindrical-coordinate representation of color #D1F0A0: hue angle of 83.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1F0A0 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 240 160 -
CMYK 0.13 0 0.33 0.06
HSL 83.25º 0.73% 0.78% -
HSV(B) 83.25º 0.33% 0.94% -
XYZ 63.8 78.41 45.03 -
YUV 221.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 209 240 160 0.13 0 0.33 0.06 83.25 0.73 0.78
Hex D1 F0 A0 D 0 21 6 53 49 4E
Octal 321 360 240 15 0 41 6 123 111 116
Binary 11010001 11110000 10100000 1101 0 100001 110 1010011 1001001 1001110

Color Harmonies of #D1F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F0A0

Black with #D1F0A0

Text Example


Text Example

White with #D1F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F0A0; }

 p { color: rgb(209,240,160); }

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

background-color css

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

 a { background-color: rgb(209,240,160); }

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

border-color css

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

 span { border-color: rgb(209,240,160); }

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