Html Css Color HEX #DCFE98 Reef

📋 copy color: '#DCFE98'

red 220 ◦ green 254 ◦ blue 152

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

Shades of Reef #DCFE98

Tints of Reef #DCFE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.28%

R = 35.14%
G = 40.58%
B = 24.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#DCFE98 (or 0xDCFE98) is known color: Reef. HEX triplet: DC, FE and 98. RGB value is (220,254,152). Sum of RGB (Red+Green+Blue) = 220+254+152=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE98 is #230167. Grayscale: #E8E8E8. Windows color (decimal): -2294120 or 10026716. OLE color: 10026716.

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

Color convert

RGB 220 254 152 -
CMYK 0.13 0 0.40 0.00
HSL 80º 0.98% 0.8% -
HSV(B) 80º 0.4% 1% -
XYZ 70.62 88.37 43.04 -
YUV 232.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 220 254 152 0.13 0 0.40 0.00 80 0.98 0.8
Hex DC FE 98 D 0 28 0 50 62 50
Octal 334 376 230 15 0 50 0 120 142 120
Binary 11011100 11111110 10011000 1101 0 101000 0 1010000 1100010 1010000

Color Harmonies of #DCFE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE98

Black with #DCFE98

Text Example


Text Example

White with #DCFE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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