Html Css Color HEX #CCF520 Pear

📋 copy color: '#CCF520'

red 204 ◦ green 245 ◦ blue 32

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

Shades of Pear #CCF520

Tints of Pear #CCF520

RGB

 RED value IS 204 (80.08% from 255) = 42.41%

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

 BLUE value IS 32 (12.89% from 255) = 6.65%

R = 42.41%
G = 50.94%
B = 6.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#CCF520 (or 0xCCF520) is known color: Pear. HEX triplet: CC, F5 and 20. RGB value is (204,245,32). Sum of RGB (Red+Green+Blue) = 204+245+32=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF520 is #330ADF. Grayscale: #D1D1D1. Windows color (decimal): -3345120 or 2160076. OLE color: 2160076.

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

Color convert

RGB 204 245 32 -
CMYK 0.17 0 0.87 0.04
HSL 71.55º 0.91% 0.54% -
HSV(B) 71.55º 0.87% 0.96% -
XYZ 57.81 78.25 13.42 -
YUV 208.46 28.42 124.82 -
System Red Green Blue C M Y K H S L
Decimal 204 245 32 0.17 0 0.87 0.04 71.55 0.91 0.54
Hex CC F5 20 11 0 57 4 48 5B 36
Octal 314 365 40 21 0 127 4 110 133 66
Binary 11001100 11110101 100000 10001 0 1010111 100 1001000 1011011 110110

Color Harmonies of #CCF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF520

Black with #CCF520

Text Example


Text Example

White with #CCF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF520; }

 p { color: rgb(204,245,32); }

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

background-color css

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

 a { background-color: rgb(204,245,32); }

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

border-color css

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

 span { border-color: rgb(204,245,32); }

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