Html Css Color HEX #DCF291 Reef

📋 copy color: '#DCF291'

red 220 ◦ green 242 ◦ blue 145

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

Shades of Reef #DCF291

Tints of Reef #DCF291

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.87%

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

R = 36.24%
G = 39.87%
B = 23.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DCF291 (or 0xDCF291) is known color: Reef. HEX triplet: DC, F2 and 91. RGB value is (220,242,145). Sum of RGB (Red+Green+Blue) = 220+242+145=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF291 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF291 is #230D6E. Grayscale: #E0E0E0. Windows color (decimal): -2297199 or 9564892. OLE color: 9564892.

HSL color Cylindrical-coordinate representation of color #DCF291: hue angle of 73.61º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF291 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 145 -
CMYK 0.09 0 0.40 0.05
HSL 73.61º 0.79% 0.76% -
HSV(B) 73.61º 0.4% 0.95% -
XYZ 66.38 80.76 38.88 -
YUV 224.36 83.21 124.89 -
System Red Green Blue C M Y K H S L
Decimal 220 242 145 0.09 0 0.40 0.05 73.61 0.79 0.76
Hex DC F2 91 9 0 28 5 4A 4F 4C
Octal 334 362 221 11 0 50 5 112 117 114
Binary 11011100 11110010 10010001 1001 0 101000 101 1001010 1001111 1001100

Color Harmonies of #DCF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF291

Black with #DCF291

Text Example


Text Example

White with #DCF291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF291; }

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

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

background-color css

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

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

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

border-color css

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

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

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