Html Css Color HEX #CCF44A Pear

📋 copy color: '#CCF44A'

red 204 ◦ green 244 ◦ blue 74

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

Shades of Pear #CCF44A

Tints of Pear #CCF44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.18%

R = 39.08%
G = 46.74%
B = 14.18%

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

#CCF44A (or 0xCCF44A) is known color: Pear. HEX triplet: CC, F4 and 4A. RGB value is (204,244,74). Sum of RGB (Red+Green+Blue) = 204+244+74=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF44A is #330BB5. Grayscale: #D5D5D5. Windows color (decimal): -3345334 or 4912332. OLE color: 4912332.

HSL color Cylindrical-coordinate representation of color #CCF44A: hue angle of 74.12º 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 #CCF44A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 74 -
CMYK 0.16 0 0.70 0.04
HSL 74.12º 0.89% 0.62% -
HSV(B) 74.12º 0.7% 0.96% -
XYZ 58.49 78.03 18.46 -
YUV 212.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 204 244 74 0.16 0 0.70 0.04 74.12 0.89 0.62
Hex CC F4 4A 10 0 46 4 4A 59 3E
Octal 314 364 112 20 0 106 4 112 131 76
Binary 11001100 11110100 1001010 10000 0 1000110 100 1001010 1011001 111110

Color Harmonies of #CCF44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF44A

Black with #CCF44A

Text Example


Text Example

White with #CCF44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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