Html Css Color HEX #DCF19F Reef

📋 copy color: '#DCF19F'

red 220 ◦ green 241 ◦ blue 159

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

Shades of Reef #DCF19F

Tints of Reef #DCF19F

RGB

 RED value IS 220 (86.33% from 255) = 35.48%

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

 BLUE value IS 159 (62.5% from 255) = 25.65%

R = 35.48%
G = 38.87%
B = 25.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#DCF19F (or 0xDCF19F) is known color: Reef. HEX triplet: DC, F1 and 9F. RGB value is (220,241,159). Sum of RGB (Red+Green+Blue) = 220+241+159=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF19F is #230E60. Grayscale: #E1E1E1. Windows color (decimal): -2297441 or 10482140. OLE color: 10482140.

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

Color convert

RGB 220 241 159 -
CMYK 0.09 0 0.34 0.05
HSL 75.37º 0.75% 0.78% -
HSV(B) 75.37º 0.34% 0.95% -
XYZ 67.23 80.63 44.82 -
YUV 225.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 220 241 159 0.09 0 0.34 0.05 75.37 0.75 0.78
Hex DC F1 9F 9 0 22 5 4B 4B 4E
Octal 334 361 237 11 0 42 5 113 113 116
Binary 11011100 11110001 10011111 1001 0 100010 101 1001011 1001011 1001110

Color Harmonies of #DCF19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF19F

Black with #DCF19F

Text Example


Text Example

White with #DCF19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF19F; }

 p { color: rgb(220,241,159); }

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

background-color css

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

 a { background-color: rgb(220,241,159); }

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

border-color css

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

 span { border-color: rgb(220,241,159); }

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