Html Css Color HEX #DCE530 Pear

📋 copy color: '#DCE530'

red 220 ◦ green 229 ◦ blue 48

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

Shades of Pear #DCE530

Tints of Pear #DCE530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 48 (19.14% from 255) = 9.66%

R = 44.27%
G = 46.08%
B = 9.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DCE530 (or 0xDCE530) is known color: Pear. HEX triplet: DC, E5 and 30. RGB value is (220,229,48). Sum of RGB (Red+Green+Blue) = 220+229+48=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE530 is #231ACF. Grayscale: #CECECE. Windows color (decimal): -2300624 or 3204572. OLE color: 3204572.

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

Color convert

RGB 220 229 48 -
CMYK 0.04 0 0.79 0.10
HSL 62.98º 0.78% 0.54% -
HSV(B) 62.98º 0.79% 0.9% -
XYZ 58.07 71.47 13.53 -
YUV 205.68 39.02 138.22 -
System Red Green Blue C M Y K H S L
Decimal 220 229 48 0.04 0 0.79 0.10 62.98 0.78 0.54
Hex DC E5 30 4 0 4F A 3F 4E 36
Octal 334 345 60 4 0 117 12 77 116 66
Binary 11011100 11100101 110000 100 0 1001111 1010 111111 1001110 110110

Color Harmonies of #DCE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE530

Black with #DCE530

Text Example


Text Example

White with #DCE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE530; }

 p { color: rgb(220,229,48); }

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

background-color css

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

 a { background-color: rgb(220,229,48); }

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

border-color css

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

 span { border-color: rgb(220,229,48); }

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