Html Css Color HEX #CCF53C Pear

📋 copy color: '#CCF53C'

red 204 ◦ green 245 ◦ blue 60

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

Shades of Pear #CCF53C

Tints of Pear #CCF53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.79%

R = 40.08%
G = 48.13%
B = 11.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#CCF53C (or 0xCCF53C) is known color: Pear. HEX triplet: CC, F5 and 3C. RGB value is (204,245,60). Sum of RGB (Red+Green+Blue) = 204+245+60=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53C is #330AC3. Grayscale: #D4D4D4. Windows color (decimal): -3345092 or 3995084. OLE color: 3995084.

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

Color convert

RGB 204 245 60 -
CMYK 0.17 0 0.76 0.04
HSL 73.3º 0.9% 0.6% -
HSV(B) 73.3º 0.76% 0.96% -
XYZ 58.37 78.47 16.34 -
YUV 211.65 42.42 122.54 -
System Red Green Blue C M Y K H S L
Decimal 204 245 60 0.17 0 0.76 0.04 73.3 0.9 0.6
Hex CC F5 3C 11 0 4C 4 49 5A 3C
Octal 314 365 74 21 0 114 4 111 132 74
Binary 11001100 11110101 111100 10001 0 1001100 100 1001001 1011010 111100

Color Harmonies of #CCF53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF53C

Black with #CCF53C

Text Example


Text Example

White with #CCF53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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