Html Css Color HEX #CCF22A Pear

📋 copy color: '#CCF22A'

red 204 ◦ green 242 ◦ blue 42

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

Shades of Pear #CCF22A

Tints of Pear #CCF22A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

 BLUE value IS 42 (16.8% from 255) = 8.61%

R = 41.8%
G = 49.59%
B = 8.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CCF22A (or 0xCCF22A) is known color: Pear. HEX triplet: CC, F2 and 2A. RGB value is (204,242,42). Sum of RGB (Red+Green+Blue) = 204+242+42=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF22A is #330DD5. Grayscale: #D0D0D0. Windows color (decimal): -3345878 or 2814668. OLE color: 2814668.

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

Color convert

RGB 204 242 42 -
CMYK 0.16 0 0.83 0.05
HSL 71.4º 0.88% 0.56% -
HSV(B) 71.4º 0.83% 0.95% -
XYZ 57.07 76.51 13.95 -
YUV 207.84 34.41 125.26 -
System Red Green Blue C M Y K H S L
Decimal 204 242 42 0.16 0 0.83 0.05 71.4 0.88 0.56
Hex CC F2 2A 10 0 53 5 47 58 38
Octal 314 362 52 20 0 123 5 107 130 70
Binary 11001100 11110010 101010 10000 0 1010011 101 1000111 1011000 111000

Color Harmonies of #CCF22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF22A

Black with #CCF22A

Text Example


Text Example

White with #CCF22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF22A; }

 p { color: rgb(204,242,42); }

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

background-color css

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

 a { background-color: rgb(204,242,42); }

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

border-color css

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

 span { border-color: rgb(204,242,42); }

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