Html Css Color HEX #DCF296 Reef

📋 copy color: '#DCF296'

red 220 ◦ green 242 ◦ blue 150

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

Shades of Reef #DCF296

Tints of Reef #DCF296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.51%

R = 35.95%
G = 39.54%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#DCF296 (or 0xDCF296) is known color: Reef. HEX triplet: DC, F2 and 96. RGB value is (220,242,150). Sum of RGB (Red+Green+Blue) = 220+242+150=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF296 is #230D69. Grayscale: #E1E1E1. Windows color (decimal): -2297194 or 9892572. OLE color: 9892572.

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

Color convert

RGB 220 242 150 -
CMYK 0.09 0 0.38 0.05
HSL 74.35º 0.78% 0.77% -
HSV(B) 74.35º 0.38% 0.95% -
XYZ 66.77 80.92 40.95 -
YUV 224.93 85.71 124.48 -
System Red Green Blue C M Y K H S L
Decimal 220 242 150 0.09 0 0.38 0.05 74.35 0.78 0.77
Hex DC F2 96 9 0 26 5 4A 4E 4D
Octal 334 362 226 11 0 46 5 112 116 115
Binary 11011100 11110010 10010110 1001 0 100110 101 1001010 1001110 1001101

Color Harmonies of #DCF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF296

Black with #DCF296

Text Example


Text Example

White with #DCF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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