Html Css Color HEX #DCF091 Reef

📋 copy color: '#DCF091'

red 220 ◦ green 240 ◦ blue 145

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

Shades of Reef #DCF091

Tints of Reef #DCF091

RGB

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

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

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

R = 36.36%
G = 39.67%
B = 23.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#DCF091 (or 0xDCF091) is known color: Reef. HEX triplet: DC, F0 and 91. RGB value is (220,240,145). Sum of RGB (Red+Green+Blue) = 220+240+145=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF091 is #230F6E. Grayscale: #DFDFDF. Windows color (decimal): -2297711 or 9564380. OLE color: 9564380.

HSL color Cylindrical-coordinate representation of color #DCF091: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF091 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 145 -
CMYK 0.08 0 0.40 0.06
HSL 72.63º 0.76% 0.75% -
HSV(B) 72.63º 0.4% 0.94% -
XYZ 65.79 79.58 38.68 -
YUV 223.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 220 240 145 0.08 0 0.40 0.06 72.63 0.76 0.75
Hex DC F0 91 8 0 28 6 49 4C 4B
Octal 334 360 221 10 0 50 6 111 114 113
Binary 11011100 11110000 10010001 1000 0 101000 110 1001001 1001100 1001011

Color Harmonies of #DCF091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF091

Black with #DCF091

Text Example


Text Example

White with #DCF091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF091; }

 p { color: rgb(220,240,145); }

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

background-color css

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

 a { background-color: rgb(220,240,145); }

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

border-color css

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

 span { border-color: rgb(220,240,145); }

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