Html Css Color HEX #DCF88E Reef

📋 copy color: '#DCF88E'

red 220 ◦ green 248 ◦ blue 142

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

Shades of Reef #DCF88E

Tints of Reef #DCF88E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.66%

 BLUE value IS 142 (55.86% from 255) = 23.28%

R = 36.07%
G = 40.66%
B = 23.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#DCF88E (or 0xDCF88E) is known color: Reef. HEX triplet: DC, F8 and 8E. RGB value is (220,248,142). Sum of RGB (Red+Green+Blue) = 220+248+142=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF88E is #230771. Grayscale: #E3E3E3. Windows color (decimal): -2295666 or 9369820. OLE color: 9369820.

HSL color Cylindrical-coordinate representation of color #DCF88E: hue angle of 75.85º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF88E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 142 -
CMYK 0.11 0 0.43 0.03
HSL 75.85º 0.88% 0.76% -
HSV(B) 75.85º 0.43% 0.97% -
XYZ 67.97 84.3 38.28 -
YUV 227.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 220 248 142 0.11 0 0.43 0.03 75.85 0.88 0.76
Hex DC F8 8E B 0 2B 3 4C 58 4C
Octal 334 370 216 13 0 53 3 114 130 114
Binary 11011100 11111000 10001110 1011 0 101011 11 1001100 1011000 1001100

Color Harmonies of #DCF88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF88E

Black with #DCF88E

Text Example


Text Example

White with #DCF88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF88E; }

 p { color: rgb(220,248,142); }

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

background-color css

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

 a { background-color: rgb(220,248,142); }

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

border-color css

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

 span { border-color: rgb(220,248,142); }

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