Html Css Color HEX #CCF849 Pear

📋 copy color: '#CCF849'

red 204 ◦ green 248 ◦ blue 73

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

Shades of Pear #CCF849

Tints of Pear #CCF849

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.24%

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

R = 38.86%
G = 47.24%
B = 13.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#CCF849 (or 0xCCF849) is known color: Pear. HEX triplet: CC, F8 and 49. RGB value is (204,248,73). Sum of RGB (Red+Green+Blue) = 204+248+73=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF849 is #3307B6. Grayscale: #D7D7D7. Windows color (decimal): -3344311 or 4847820. OLE color: 4847820.

HSL color Cylindrical-coordinate representation of color #CCF849: hue angle of 75.09º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF849 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 73 -
CMYK 0.18 0 0.71 0.03
HSL 75.09º 0.93% 0.63% -
HSV(B) 75.09º 0.71% 0.97% -
XYZ 59.67 80.45 18.69 -
YUV 214.89 47.92 120.23 -
System Red Green Blue C M Y K H S L
Decimal 204 248 73 0.18 0 0.71 0.03 75.09 0.93 0.63
Hex CC F8 49 12 0 47 3 4B 5D 3F
Octal 314 370 111 22 0 107 3 113 135 77
Binary 11001100 11111000 1001001 10010 0 1000111 11 1001011 1011101 111111

Color Harmonies of #CCF849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF849

Black with #CCF849

Text Example


Text Example

White with #CCF849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF849; }

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

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

background-color css

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

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

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

border-color css

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

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

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