Html Css Color HEX #DCF88D Reef

📋 copy color: '#DCF88D'

red 220 ◦ green 248 ◦ blue 141

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

Shades of Reef #DCF88D

Tints of Reef #DCF88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.15%

R = 36.12%
G = 40.72%
B = 23.15%

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

#DCF88D (or 0xDCF88D) is known color: Reef. HEX triplet: DC, F8 and 8D. RGB value is (220,248,141). Sum of RGB (Red+Green+Blue) = 220+248+141=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF88D is #230772. Grayscale: #E3E3E3. Windows color (decimal): -2295667 or 9304284. OLE color: 9304284.

HSL color Cylindrical-coordinate representation of color #DCF88D: hue angle of 75.7º 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 #DCF88D is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 141 -
CMYK 0.11 0 0.43 0.03
HSL 75.7º 0.88% 0.76% -
HSV(B) 75.7º 0.43% 0.97% -
XYZ 67.89 84.27 37.89 -
YUV 227.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 220 248 141 0.11 0 0.43 0.03 75.7 0.88 0.76
Hex DC F8 8D B 0 2B 3 4C 58 4C
Octal 334 370 215 13 0 53 3 114 130 114
Binary 11011100 11111000 10001101 1011 0 101011 11 1001100 1011000 1001100

Color Harmonies of #DCF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF88D

Black with #DCF88D

Text Example


Text Example

White with #DCF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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