Html Css Color HEX #DCF41E Pear

📋 copy color: '#DCF41E'

red 220 ◦ green 244 ◦ blue 30

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

Shades of Pear #DCF41E

Tints of Pear #DCF41E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.39%

 BLUE value IS 30 (12.11% from 255) = 6.07%

R = 44.53%
G = 49.39%
B = 6.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#DCF41E (or 0xDCF41E) is known color: Pear. HEX triplet: DC, F4 and 1E. RGB value is (220,244,30). Sum of RGB (Red+Green+Blue) = 220+244+30=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF41E is #230BE1. Grayscale: #D5D5D5. Windows color (decimal): -2296802 or 2028764. OLE color: 2028764.

HSL color Cylindrical-coordinate representation of color #DCF41E: hue angle of 66.73º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF41E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 30 -
CMYK 0.10 0 0.88 0.04
HSL 66.73º 0.91% 0.54% -
HSV(B) 66.73º 0.88% 0.96% -
XYZ 62.1 80.01 13.4 -
YUV 212.43 25.05 133.4 -
System Red Green Blue C M Y K H S L
Decimal 220 244 30 0.10 0 0.88 0.04 66.73 0.91 0.54
Hex DC F4 1E A 0 58 4 43 5B 36
Octal 334 364 36 12 0 130 4 103 133 66
Binary 11011100 11110100 11110 1010 0 1011000 100 1000011 1011011 110110

Color Harmonies of #DCF41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF41E

Black with #DCF41E

Text Example


Text Example

White with #DCF41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF41E; }

 p { color: rgb(220,244,30); }

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

background-color css

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

 a { background-color: rgb(220,244,30); }

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

border-color css

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

 span { border-color: rgb(220,244,30); }

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