Html Css Color HEX #DCFE96 Reef

📋 copy color: '#DCFE96'

red 220 ◦ green 254 ◦ blue 150

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

Shades of Reef #DCFE96

Tints of Reef #DCFE96

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.71%

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

R = 35.26%
G = 40.71%
B = 24.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#DCFE96 (or 0xDCFE96) is known color: Reef. HEX triplet: DC, FE and 96. RGB value is (220,254,150). Sum of RGB (Red+Green+Blue) = 220+254+150=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE96 is #230169. Grayscale: #E8E8E8. Windows color (decimal): -2294122 or 9895644. OLE color: 9895644.

HSL color Cylindrical-coordinate representation of color #DCFE96: hue angle of 79.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCFE96 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 150 -
CMYK 0.13 0 0.41 0.00
HSL 79.62º 0.98% 0.79% -
HSV(B) 79.62º 0.41% 1% -
XYZ 70.46 88.3 42.18 -
YUV 231.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 220 254 150 0.13 0 0.41 0.00 79.62 0.98 0.79
Hex DC FE 96 D 0 29 0 50 62 4F
Octal 334 376 226 15 0 51 0 120 142 117
Binary 11011100 11111110 10010110 1101 0 101001 0 1010000 1100010 1001111

Color Harmonies of #DCFE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE96

Black with #DCFE96

Text Example


Text Example

White with #DCFE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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