Html Css Color HEX #DCFC95 Reef

📋 copy color: '#DCFC95'

red 220 ◦ green 252 ◦ blue 149

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

Shades of Reef #DCFC95

Tints of Reef #DCFC95

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.58%

 BLUE value IS 149 (58.59% from 255) = 23.99%

R = 35.43%
G = 40.58%
B = 23.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#DCFC95 (or 0xDCFC95) is known color: Reef. HEX triplet: DC, FC and 95. RGB value is (220,252,149). Sum of RGB (Red+Green+Blue) = 220+252+149=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC95 is #23036A. Grayscale: #E7E7E7. Windows color (decimal): -2294635 or 9829596. OLE color: 9829596.

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

Color convert

RGB 220 252 149 -
CMYK 0.13 0 0.41 0.01
HSL 78.64º 0.94% 0.79% -
HSV(B) 78.64º 0.41% 0.99% -
XYZ 69.75 87.01 41.55 -
YUV 230.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 220 252 149 0.13 0 0.41 0.01 78.64 0.94 0.79
Hex DC FC 95 D 0 29 1 4F 5E 4F
Octal 334 374 225 15 0 51 1 117 136 117
Binary 11011100 11111100 10010101 1101 0 101001 1 1001111 1011110 1001111

Color Harmonies of #DCFC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC95

Black with #DCFC95

Text Example


Text Example

White with #DCFC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC95; }

 p { color: rgb(220,252,149); }

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

background-color css

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

 a { background-color: rgb(220,252,149); }

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

border-color css

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

 span { border-color: rgb(220,252,149); }

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