Html Css Color HEX #DCF831 Pear

📋 copy color: '#DCF831'

red 220 ◦ green 248 ◦ blue 49

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

Shades of Pear #DCF831

Tints of Pear #DCF831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.48%

R = 42.55%
G = 47.97%
B = 9.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#DCF831 (or 0xDCF831) is known color: Pear. HEX triplet: DC, F8 and 31. RGB value is (220,248,49). Sum of RGB (Red+Green+Blue) = 220+248+49=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF831 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF831 is #2307CE. Grayscale: #D9D9D9. Windows color (decimal): -2295759 or 3274972. OLE color: 3274972.

HSL color Cylindrical-coordinate representation of color #DCF831: hue angle of 68.44º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF831 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 49 -
CMYK 0.11 0 0.80 0.03
HSL 68.44º 0.93% 0.58% -
HSV(B) 68.44º 0.8% 0.97% -
XYZ 63.64 82.57 15.49 -
YUV 216.94 33.22 130.18 -
System Red Green Blue C M Y K H S L
Decimal 220 248 49 0.11 0 0.80 0.03 68.44 0.93 0.58
Hex DC F8 31 B 0 50 3 44 5D 3A
Octal 334 370 61 13 0 120 3 104 135 72
Binary 11011100 11111000 110001 1011 0 1010000 11 1000100 1011101 111010

Color Harmonies of #DCF831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF831

Black with #DCF831

Text Example


Text Example

White with #DCF831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF831; }

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

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

background-color css

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

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

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

border-color css

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

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

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