Html Css Color HEX #CCF224 Pear

📋 copy color: '#CCF224'

red 204 ◦ green 242 ◦ blue 36

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

Shades of Pear #CCF224

Tints of Pear #CCF224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 42.32%
G = 50.21%
B = 7.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#CCF224 (or 0xCCF224) is known color: Pear. HEX triplet: CC, F2 and 24. RGB value is (204,242,36). Sum of RGB (Red+Green+Blue) = 204+242+36=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF224 is #330DDB. Grayscale: #CFCFCF. Windows color (decimal): -3345884 or 2421452. OLE color: 2421452.

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

Color convert

RGB 204 242 36 -
CMYK 0.16 0 0.85 0.05
HSL 71.07º 0.89% 0.55% -
HSV(B) 71.07º 0.85% 0.95% -
XYZ 56.97 76.47 13.43 -
YUV 207.15 31.41 125.75 -
System Red Green Blue C M Y K H S L
Decimal 204 242 36 0.16 0 0.85 0.05 71.07 0.89 0.55
Hex CC F2 24 10 0 55 5 47 59 37
Octal 314 362 44 20 0 125 5 107 131 67
Binary 11001100 11110010 100100 10000 0 1010101 101 1000111 1011001 110111

Color Harmonies of #CCF224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF224

Black with #CCF224

Text Example


Text Example

White with #CCF224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF224; }

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

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

background-color css

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

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

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

border-color css

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

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

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