Html Css Color HEX #DCF940 Pear

📋 copy color: '#DCF940'

red 220 ◦ green 249 ◦ blue 64

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

Shades of Pear #DCF940

Tints of Pear #DCF940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.72%

 BLUE value IS 64 (25.39% from 255) = 12.01%

R = 41.28%
G = 46.72%
B = 12.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#DCF940 (or 0xDCF940) is known color: Pear. HEX triplet: DC, F9 and 40. RGB value is (220,249,64). Sum of RGB (Red+Green+Blue) = 220+249+64=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF940 is #2306BF. Grayscale: #DBDBDB. Windows color (decimal): -2295488 or 4258268. OLE color: 4258268.

HSL color Cylindrical-coordinate representation of color #DCF940: hue angle of 69.41º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF940 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 64 -
CMYK 0.12 0 0.74 0.02
HSL 69.41º 0.94% 0.61% -
HSV(B) 69.41º 0.74% 0.98% -
XYZ 64.32 83.34 17.55 -
YUV 219.24 40.39 128.54 -
System Red Green Blue C M Y K H S L
Decimal 220 249 64 0.12 0 0.74 0.02 69.41 0.94 0.61
Hex DC F9 40 C 0 4A 2 45 5E 3D
Octal 334 371 100 14 0 112 2 105 136 75
Binary 11011100 11111001 1000000 1100 0 1001010 10 1000101 1011110 111101

Color Harmonies of #DCF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF940

Black with #DCF940

Text Example


Text Example

White with #DCF940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF940; }

 p { color: rgb(220,249,64); }

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

background-color css

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

 a { background-color: rgb(220,249,64); }

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

border-color css

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

 span { border-color: rgb(220,249,64); }

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