Html Css Color HEX #DCFE95 Reef

📋 copy color: '#DCFE95'

red 220 ◦ green 254 ◦ blue 149

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

Shades of Reef #DCFE95

Tints of Reef #DCFE95

RGB

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

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

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

R = 35.31%
G = 40.77%
B = 23.92%

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

#DCFE95 (or 0xDCFE95) is known color: Reef. HEX triplet: DC, FE and 95. RGB value is (220,254,149). Sum of RGB (Red+Green+Blue) = 220+254+149=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE95 is #23016A. Grayscale: #E8E8E8. Windows color (decimal): -2294123 or 9830108. OLE color: 9830108.

HSL color Cylindrical-coordinate representation of color #DCFE95: hue angle of 79.43º 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 #DCFE95 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 149 -
CMYK 0.13 0 0.41 0.00
HSL 79.43º 0.98% 0.79% -
HSV(B) 79.43º 0.41% 1% -
XYZ 70.38 88.27 41.76 -
YUV 231.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 220 254 149 0.13 0 0.41 0.00 79.43 0.98 0.79
Hex DC FE 95 D 0 29 0 4F 62 4F
Octal 334 376 225 15 0 51 0 117 142 117
Binary 11011100 11111110 10010101 1101 0 101001 0 1001111 1100010 1001111

Color Harmonies of #DCFE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE95

Black with #DCFE95

Text Example


Text Example

White with #DCFE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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