Html Css Color HEX #D0F0AF Reef

📋 copy color: '#D0F0AF'

red 208 ◦ green 240 ◦ blue 175

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

Shades of Reef #D0F0AF

Tints of Reef #D0F0AF

RGB

 RED value IS 208 (81.64% from 255) = 33.39%

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

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 33.39%
G = 38.52%
B = 28.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#D0F0AF (or 0xD0F0AF) is known color: Reef. HEX triplet: D0, F0 and AF. RGB value is (208,240,175). Sum of RGB (Red+Green+Blue) = 208+240+175=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F0AF is #2F0F50. Grayscale: #DFDFDF. Windows color (decimal): -3084113 or 11530448. OLE color: 11530448.

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

Color convert

RGB 208 240 175 -
CMYK 0.13 0 0.27 0.06
HSL 89.54º 0.68% 0.81% -
HSV(B) 89.54º 0.27% 0.94% -
XYZ 64.91 78.83 52.35 -
YUV 223.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 208 240 175 0.13 0 0.27 0.06 89.54 0.68 0.81
Hex D0 F0 AF D 0 1B 6 5A 44 51
Octal 320 360 257 15 0 33 6 132 104 121
Binary 11010000 11110000 10101111 1101 0 11011 110 1011010 1000100 1010001

Color Harmonies of #D0F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F0AF

Black with #D0F0AF

Text Example


Text Example

White with #D0F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F0AF; }

 p { color: rgb(208,240,175); }

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

background-color css

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

 a { background-color: rgb(208,240,175); }

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

border-color css

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

 span { border-color: rgb(208,240,175); }

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