Html Css Color HEX #DCF396 Reef

📋 copy color: '#DCF396'

red 220 ◦ green 243 ◦ blue 150

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

Shades of Reef #DCF396

Tints of Reef #DCF396

RGB

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

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

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

R = 35.89%
G = 39.64%
B = 24.47%

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

#DCF396 (or 0xDCF396) is known color: Reef. HEX triplet: DC, F3 and 96. RGB value is (220,243,150). Sum of RGB (Red+Green+Blue) = 220+243+150=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF396 is #230C69. Grayscale: #E1E1E1. Windows color (decimal): -2296938 or 9892828. OLE color: 9892828.

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

Color convert

RGB 220 243 150 -
CMYK 0.09 0 0.38 0.05
HSL 74.84º 0.79% 0.77% -
HSV(B) 74.84º 0.38% 0.95% -
XYZ 67.07 81.52 41.05 -
YUV 225.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 220 243 150 0.09 0 0.38 0.05 74.84 0.79 0.77
Hex DC F3 96 9 0 26 5 4B 4F 4D
Octal 334 363 226 11 0 46 5 113 117 115
Binary 11011100 11110011 10010110 1001 0 100110 101 1001011 1001111 1001101

Color Harmonies of #DCF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF396

Black with #DCF396

Text Example


Text Example

White with #DCF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF396; }

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

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

background-color css

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

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

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

border-color css

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

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

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