Html Css Color HEX #DCFC3E Pear

📋 copy color: '#DCFC3E'

red 220 ◦ green 252 ◦ blue 62

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

Shades of Pear #DCFC3E

Tints of Pear #DCFC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.61%

R = 41.2%
G = 47.19%
B = 11.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#DCFC3E (or 0xDCFC3E) is known color: Pear. HEX triplet: DC, FC and 3E. RGB value is (220,252,62). Sum of RGB (Red+Green+Blue) = 220+252+62=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC3E is #2303C1. Grayscale: #DDDDDD. Windows color (decimal): -2294722 or 4127964. OLE color: 4127964.

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

Color convert

RGB 220 252 62 -
CMYK 0.13 0 0.75 0.01
HSL 70.11º 0.97% 0.62% -
HSV(B) 70.11º 0.75% 0.99% -
XYZ 65.2 85.18 17.56 -
YUV 220.77 38.4 127.45 -
System Red Green Blue C M Y K H S L
Decimal 220 252 62 0.13 0 0.75 0.01 70.11 0.97 0.62
Hex DC FC 3E D 0 4B 1 46 61 3E
Octal 334 374 76 15 0 113 1 106 141 76
Binary 11011100 11111100 111110 1101 0 1001011 1 1000110 1100001 111110

Color Harmonies of #DCFC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC3E

Black with #DCFC3E

Text Example


Text Example

White with #DCFC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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