Html Css Color HEX #DCF037 Pear

📋 copy color: '#DCF037'

red 220 ◦ green 240 ◦ blue 55

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

Shades of Pear #DCF037

Tints of Pear #DCF037

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

 BLUE value IS 55 (21.88% from 255) = 10.68%

R = 42.72%
G = 46.6%
B = 10.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#DCF037 (or 0xDCF037) is known color: Pear. HEX triplet: DC, F0 and 37. RGB value is (220,240,55). Sum of RGB (Red+Green+Blue) = 220+240+55=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF037 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF037 is #230FC8. Grayscale: #D5D5D5. Windows color (decimal): -2297801 or 3666140. OLE color: 3666140.

HSL color Cylindrical-coordinate representation of color #DCF037: hue angle of 66.49º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCF037 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 55 -
CMYK 0.08 0 0.77 0.06
HSL 66.49º 0.86% 0.58% -
HSV(B) 66.49º 0.77% 0.94% -
XYZ 61.36 77.81 15.4 -
YUV 212.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 220 240 55 0.08 0 0.77 0.06 66.49 0.86 0.58
Hex DC F0 37 8 0 4D 6 42 56 3A
Octal 334 360 67 10 0 115 6 102 126 72
Binary 11011100 11110000 110111 1000 0 1001101 110 1000010 1010110 111010

Color Harmonies of #DCF037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF037

Black with #DCF037

Text Example


Text Example

White with #DCF037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF037; }

 p { color: rgb(220,240,55); }

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

background-color css

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

 a { background-color: rgb(220,240,55); }

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

border-color css

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

 span { border-color: rgb(220,240,55); }

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