Html Css Color HEX #DCFC2E Pear

📋 copy color: '#DCFC2E'

red 220 ◦ green 252 ◦ blue 46

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

Shades of Pear #DCFC2E

Tints of Pear #DCFC2E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.65%

 BLUE value IS 46 (18.36% from 255) = 8.88%

R = 42.47%
G = 48.65%
B = 8.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#DCFC2E (or 0xDCFC2E) is known color: Pear. HEX triplet: DC, FC and 2E. RGB value is (220,252,46). Sum of RGB (Red+Green+Blue) = 220+252+46=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC2E is #2303D1. Grayscale: #DBDBDB. Windows color (decimal): -2294738 or 3079388. OLE color: 3079388.

HSL color Cylindrical-coordinate representation of color #DCFC2E: hue angle of 69.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCFC2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 46 -
CMYK 0.13 0 0.82 0.01
HSL 69.32º 0.97% 0.58% -
HSV(B) 69.32º 0.82% 0.99% -
XYZ 64.82 85.03 15.58 -
YUV 218.95 30.4 128.75 -
System Red Green Blue C M Y K H S L
Decimal 220 252 46 0.13 0 0.82 0.01 69.32 0.97 0.58
Hex DC FC 2E D 0 52 1 45 61 3A
Octal 334 374 56 15 0 122 1 105 141 72
Binary 11011100 11111100 101110 1101 0 1010010 1 1000101 1100001 111010

Color Harmonies of #DCFC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC2E

Black with #DCFC2E

Text Example


Text Example

White with #DCFC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC2E; }

 p { color: rgb(220,252,46); }

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

background-color css

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

 a { background-color: rgb(220,252,46); }

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

border-color css

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

 span { border-color: rgb(220,252,46); }

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