Html Css Color HEX #D0F19C Reef

📋 copy color: '#D0F19C'

red 208 ◦ green 241 ◦ blue 156

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

Shades of Reef #D0F19C

Tints of Reef #D0F19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.79%

R = 34.38%
G = 39.83%
B = 25.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#D0F19C (or 0xD0F19C) is known color: Reef. HEX triplet: D0, F1 and 9C. RGB value is (208,241,156). Sum of RGB (Red+Green+Blue) = 208+241+156=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F19C is #2F0E63. Grayscale: #DDDDDD. Windows color (decimal): -3083876 or 10285520. OLE color: 10285520.

HSL color Cylindrical-coordinate representation of color #D0F19C: hue angle of 83.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0F19C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 156 -
CMYK 0.14 0 0.35 0.05
HSL 83.29º 0.75% 0.78% -
HSV(B) 83.29º 0.35% 0.95% -
XYZ 63.47 78.72 43.3 -
YUV 221.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 208 241 156 0.14 0 0.35 0.05 83.29 0.75 0.78
Hex D0 F1 9C E 0 23 5 53 4B 4E
Octal 320 361 234 16 0 43 5 123 113 116
Binary 11010000 11110001 10011100 1110 0 100011 101 1010011 1001011 1001110

Color Harmonies of #D0F19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F19C

Black with #D0F19C

Text Example


Text Example

White with #D0F19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F19C; }

 p { color: rgb(208,241,156); }

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

background-color css

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

 a { background-color: rgb(208,241,156); }

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

border-color css

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

 span { border-color: rgb(208,241,156); }

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