Html Css Color HEX #CCF448 Pear

📋 copy color: '#CCF448'

red 204 ◦ green 244 ◦ blue 72

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

Shades of Pear #CCF448

Tints of Pear #CCF448

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.92%

 BLUE value IS 72 (28.52% from 255) = 13.85%

R = 39.23%
G = 46.92%
B = 13.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#CCF448 (or 0xCCF448) is known color: Pear. HEX triplet: CC, F4 and 48. RGB value is (204,244,72). Sum of RGB (Red+Green+Blue) = 204+244+72=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF448 is #330BB7. Grayscale: #D5D5D5. Windows color (decimal): -3345336 or 4781260. OLE color: 4781260.

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

Color convert

RGB 204 244 72 -
CMYK 0.16 0 0.70 0.04
HSL 73.95º 0.89% 0.62% -
HSV(B) 73.95º 0.7% 0.96% -
XYZ 58.42 78.01 18.11 -
YUV 212.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 204 244 72 0.16 0 0.70 0.04 73.95 0.89 0.62
Hex CC F4 48 10 0 46 4 4A 59 3E
Octal 314 364 110 20 0 106 4 112 131 76
Binary 11001100 11110100 1001000 10000 0 1000110 100 1001010 1011001 111110

Color Harmonies of #CCF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF448

Black with #CCF448

Text Example


Text Example

White with #CCF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF448; }

 p { color: rgb(204,244,72); }

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

background-color css

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

 a { background-color: rgb(204,244,72); }

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

border-color css

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

 span { border-color: rgb(204,244,72); }

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