Html Css Color HEX #CCF349 Pear

📋 copy color: '#CCF349'

red 204 ◦ green 243 ◦ blue 73

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

Shades of Pear #CCF349

Tints of Pear #CCF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

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

R = 39.23%
G = 46.73%
B = 14.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#CCF349 (or 0xCCF349) is known color: Pear. HEX triplet: CC, F3 and 49. RGB value is (204,243,73). Sum of RGB (Red+Green+Blue) = 204+243+73=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF349 is #330CB6. Grayscale: #D4D4D4. Windows color (decimal): -3345591 or 4846540. OLE color: 4846540.

HSL color Cylindrical-coordinate representation of color #CCF349: hue angle of 73.76º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF349 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 73 -
CMYK 0.16 0 0.70 0.05
HSL 73.76º 0.88% 0.62% -
HSV(B) 73.76º 0.7% 0.95% -
XYZ 58.16 77.42 18.18 -
YUV 211.96 49.58 122.32 -
System Red Green Blue C M Y K H S L
Decimal 204 243 73 0.16 0 0.70 0.05 73.76 0.88 0.62
Hex CC F3 49 10 0 46 5 4A 58 3E
Octal 314 363 111 20 0 106 5 112 130 76
Binary 11001100 11110011 1001001 10000 0 1000110 101 1001010 1011000 111110

Color Harmonies of #CCF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF349

Black with #CCF349

Text Example


Text Example

White with #CCF349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF349; }

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

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

background-color css

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

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

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

border-color css

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

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

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