Html Css Color HEX #DCF140 Pear

📋 copy color: '#DCF140'

red 220 ◦ green 241 ◦ blue 64

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

Shades of Pear #DCF140

Tints of Pear #DCF140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.9%

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

R = 41.9%
G = 45.9%
B = 12.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DCF140 (or 0xDCF140) is known color: Pear. HEX triplet: DC, F1 and 40. RGB value is (220,241,64). Sum of RGB (Red+Green+Blue) = 220+241+64=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF140 is #230EBF. Grayscale: #D7D7D7. Windows color (decimal): -2297536 or 4256220. OLE color: 4256220.

HSL color Cylindrical-coordinate representation of color #DCF140: hue angle of 67.12º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCF140 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 64 -
CMYK 0.09 0 0.73 0.05
HSL 67.12º 0.86% 0.6% -
HSV(B) 67.12º 0.73% 0.95% -
XYZ 61.9 78.5 16.74 -
YUV 214.54 43.04 131.89 -
System Red Green Blue C M Y K H S L
Decimal 220 241 64 0.09 0 0.73 0.05 67.12 0.86 0.6
Hex DC F1 40 9 0 49 5 43 56 3C
Octal 334 361 100 11 0 111 5 103 126 74
Binary 11011100 11110001 1000000 1001 0 1001001 101 1000011 1010110 111100

Color Harmonies of #DCF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF140

Black with #DCF140

Text Example


Text Example

White with #DCF140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF140; }

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

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

background-color css

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

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

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

border-color css

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

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

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