Html Css Color HEX #DCF530 Pear

📋 copy color: '#DCF530'

red 220 ◦ green 245 ◦ blue 48

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

Shades of Pear #DCF530

Tints of Pear #DCF530

RGB

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

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

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

R = 42.88%
G = 47.76%
B = 9.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#DCF530 (or 0xDCF530) is known color: Pear. HEX triplet: DC, F5 and 30. RGB value is (220,245,48). Sum of RGB (Red+Green+Blue) = 220+245+48=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF530 is #230ACF. Grayscale: #D7D7D7. Windows color (decimal): -2296528 or 3208668. OLE color: 3208668.

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

Color convert

RGB 220 245 48 -
CMYK 0.10 0 0.80 0.04
HSL 67.61º 0.91% 0.57% -
HSV(B) 67.61º 0.8% 0.96% -
XYZ 62.7 80.73 15.07 -
YUV 215.07 33.72 131.52 -
System Red Green Blue C M Y K H S L
Decimal 220 245 48 0.10 0 0.80 0.04 67.61 0.91 0.57
Hex DC F5 30 A 0 50 4 44 5B 39
Octal 334 365 60 12 0 120 4 104 133 71
Binary 11011100 11110101 110000 1010 0 1010000 100 1000100 1011011 111001

Color Harmonies of #DCF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF530

Black with #DCF530

Text Example


Text Example

White with #DCF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF530; }

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

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

background-color css

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

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

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

border-color css

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

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

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