Html Css Color HEX #DCFC2F Pear

📋 copy color: '#DCFC2F'

red 220 ◦ green 252 ◦ blue 47

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

Shades of Pear #DCFC2F

Tints of Pear #DCFC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.06%

R = 42.39%
G = 48.55%
B = 9.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DCFC2F (or 0xDCFC2F) is known color: Pear. HEX triplet: DC, FC and 2F. RGB value is (220,252,47). Sum of RGB (Red+Green+Blue) = 220+252+47=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC2F is #2303D0. Grayscale: #DBDBDB. Windows color (decimal): -2294737 or 3144924. OLE color: 3144924.

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

Color convert

RGB 220 252 47 -
CMYK 0.13 0 0.81 0.01
HSL 69.37º 0.97% 0.59% -
HSV(B) 69.37º 0.81% 0.99% -
XYZ 64.84 85.04 15.69 -
YUV 219.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 220 252 47 0.13 0 0.81 0.01 69.37 0.97 0.59
Hex DC FC 2F D 0 51 1 45 61 3B
Octal 334 374 57 15 0 121 1 105 141 73
Binary 11011100 11111100 101111 1101 0 1010001 1 1000101 1100001 111011

Color Harmonies of #DCFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC2F

Black with #DCFC2F

Text Example


Text Example

White with #DCFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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