Html Css Color HEX #CCFF49 Pear

📋 copy color: '#CCFF49'

red 204 ◦ green 255 ◦ blue 73

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

Shades of Pear #CCFF49

Tints of Pear #CCFF49

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

 BLUE value IS 73 (28.91% from 255) = 13.72%

R = 38.35%
G = 47.93%
B = 13.72%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#CCFF49 (or 0xCCFF49) is known color: Pear. HEX triplet: CC, FF and 49. RGB value is (204,255,73). Sum of RGB (Red+Green+Blue) = 204+255+73=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF49 is #3300B6. Grayscale: #DBDBDB. Windows color (decimal): -3342519 or 4849612. OLE color: 4849612.

HSL color Cylindrical-coordinate representation of color #CCFF49: hue angle of 76.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCFF49 is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 73 -
CMYK 0.2 0 0.71 0
HSL 76.81º 1% 0.64% -
HSV(B) 76.81º 0.71% 1% -
XYZ 61.86 84.84 19.42 -
YUV 219 45.6 117.3 -
System Red Green Blue C M Y K H S L
Decimal 204 255 73 0.2 0 0.71 0 76.81 1 0.64
Hex CC FF 49 14 0 47 0 4D 64 40
Octal 314 377 111 24 0 107 0 115 144 100
Binary 11001100 11111111 1001001 10100 0 1000111 0 1001101 1100100 1000000

Color Harmonies of #CCFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF49

Black with #CCFF49

Text Example


Text Example

White with #CCFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF49; }

 p { color: rgb(204,255,73); }

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

background-color css

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

 a { background-color: rgb(204,255,73); }

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

border-color css

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

 span { border-color: rgb(204,255,73); }

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