Html Css Color HEX #DCF391 Reef

📋 copy color: '#DCF391'

red 220 ◦ green 243 ◦ blue 145

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

Shades of Reef #DCF391

Tints of Reef #DCF391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.97%

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

R = 36.18%
G = 39.97%
B = 23.85%

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

#DCF391 (or 0xDCF391) is known color: Reef. HEX triplet: DC, F3 and 91. RGB value is (220,243,145). Sum of RGB (Red+Green+Blue) = 220+243+145=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF391 is #230C6E. Grayscale: #E1E1E1. Windows color (decimal): -2296943 or 9565148. OLE color: 9565148.

HSL color Cylindrical-coordinate representation of color #DCF391: hue angle of 74.08º degrees, saturation: 0.8, 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 #DCF391 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 145 -
CMYK 0.09 0 0.40 0.05
HSL 74.08º 0.8% 0.76% -
HSV(B) 74.08º 0.4% 0.95% -
XYZ 66.68 81.36 38.98 -
YUV 224.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 220 243 145 0.09 0 0.40 0.05 74.08 0.8 0.76
Hex DC F3 91 9 0 28 5 4A 50 4C
Octal 334 363 221 11 0 50 5 112 120 114
Binary 11011100 11110011 10010001 1001 0 101000 101 1001010 1010000 1001100

Color Harmonies of #DCF391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF391

Black with #DCF391

Text Example


Text Example

White with #DCF391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF391; }

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

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

background-color css

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

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

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

border-color css

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

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

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