Html Css Color HEX #DCF534 Pear

📋 copy color: '#DCF534'

red 220 ◦ green 245 ◦ blue 52

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

Shades of Pear #DCF534

Tints of Pear #DCF534

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.39%

 BLUE value IS 52 (20.7% from 255) = 10.06%

R = 42.55%
G = 47.39%
B = 10.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#DCF534 (or 0xDCF534) is known color: Pear. HEX triplet: DC, F5 and 34. RGB value is (220,245,52). Sum of RGB (Red+Green+Blue) = 220+245+52=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF534 is #230ACB. Grayscale: #D8D8D8. Windows color (decimal): -2296524 or 3470812. OLE color: 3470812.

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

Color convert

RGB 220 245 52 -
CMYK 0.10 0 0.79 0.04
HSL 67.77º 0.91% 0.58% -
HSV(B) 67.77º 0.79% 0.96% -
XYZ 62.79 80.77 15.53 -
YUV 215.52 35.72 131.19 -
System Red Green Blue C M Y K H S L
Decimal 220 245 52 0.10 0 0.79 0.04 67.77 0.91 0.58
Hex DC F5 34 A 0 4F 4 44 5B 3A
Octal 334 365 64 12 0 117 4 104 133 72
Binary 11011100 11110101 110100 1010 0 1001111 100 1000100 1011011 111010

Color Harmonies of #DCF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF534

Black with #DCF534

Text Example


Text Example

White with #DCF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF534; }

 p { color: rgb(220,245,52); }

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

background-color css

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

 a { background-color: rgb(220,245,52); }

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

border-color css

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

 span { border-color: rgb(220,245,52); }

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