Html Css Color HEX #CCF03C Pear

📋 copy color: '#CCF03C'

red 204 ◦ green 240 ◦ blue 60

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

Shades of Pear #CCF03C

Tints of Pear #CCF03C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.62%

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

R = 40.48%
G = 47.62%
B = 11.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#CCF03C (or 0xCCF03C) is known color: Pear. HEX triplet: CC, F0 and 3C. RGB value is (204,240,60). Sum of RGB (Red+Green+Blue) = 204+240+60=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF03C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF03C is #330FC3. Grayscale: #D1D1D1. Windows color (decimal): -3346372 or 3993804. OLE color: 3993804.

HSL color Cylindrical-coordinate representation of color #CCF03C: hue angle of 72º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF03C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 60 -
CMYK 0.15 0 0.75 0.06
HSL 72º 0.86% 0.59% -
HSV(B) 72º 0.75% 0.94% -
XYZ 56.88 75.48 15.85 -
YUV 208.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 204 240 60 0.15 0 0.75 0.06 72 0.86 0.59
Hex CC F0 3C F 0 4B 6 48 56 3B
Octal 314 360 74 17 0 113 6 110 126 73
Binary 11001100 11110000 111100 1111 0 1001011 110 1001000 1010110 111011

Color Harmonies of #CCF03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF03C

Black with #CCF03C

Text Example


Text Example

White with #CCF03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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