Html Css Color HEX #DCFF93 Reef

📋 copy color: '#DCFF93'

red 220 ◦ green 255 ◦ blue 147

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

Shades of Reef #DCFF93

Tints of Reef #DCFF93

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

 BLUE value IS 147 (57.81% from 255) = 23.63%

R = 35.37%
G = 41%
B = 23.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#DCFF93 (or 0xDCFF93) is known color: Reef. HEX triplet: DC, FF and 93. RGB value is (220,255,147). Sum of RGB (Red+Green+Blue) = 220+255+147=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 147 (57.81% from 255 or 23.63% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF93 is #23006C. Grayscale: #E8E8E8. Windows color (decimal): -2293869 or 9699292. OLE color: 9699292.

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

Color convert

RGB 220 255 147 -
CMYK 0.14 0 0.42 0
HSL 79.44º 1% 0.79% -
HSV(B) 79.44º 0.42% 1% -
XYZ 70.54 88.84 41.03 -
YUV 232.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 220 255 147 0.14 0 0.42 0 79.44 1 0.79
Hex DC FF 93 E 0 2A 0 4F 64 4F
Octal 334 377 223 16 0 52 0 117 144 117
Binary 11011100 11111111 10010011 1110 0 101010 0 1001111 1100100 1001111

Color Harmonies of #DCFF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF93

Black with #DCFF93

Text Example


Text Example

White with #DCFF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF93; }

 p { color: rgb(220,255,147); }

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

background-color css

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

 a { background-color: rgb(220,255,147); }

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

border-color css

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

 span { border-color: rgb(220,255,147); }

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