Html Css Color HEX #CCF232 Pear

📋 copy color: '#CCF232'

red 204 ◦ green 242 ◦ blue 50

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

Shades of Pear #CCF232

Tints of Pear #CCF232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.08%

R = 41.13%
G = 48.79%
B = 10.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#CCF232 (or 0xCCF232) is known color: Pear. HEX triplet: CC, F2 and 32. RGB value is (204,242,50). Sum of RGB (Red+Green+Blue) = 204+242+50=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF232 is #330DCD. Grayscale: #D1D1D1. Windows color (decimal): -3345870 or 3338956. OLE color: 3338956.

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

Color convert

RGB 204 242 50 -
CMYK 0.16 0 0.79 0.05
HSL 71.88º 0.88% 0.57% -
HSV(B) 71.88º 0.79% 0.95% -
XYZ 57.23 76.57 14.78 -
YUV 208.75 38.41 124.61 -
System Red Green Blue C M Y K H S L
Decimal 204 242 50 0.16 0 0.79 0.05 71.88 0.88 0.57
Hex CC F2 32 10 0 4F 5 48 58 39
Octal 314 362 62 20 0 117 5 110 130 71
Binary 11001100 11110010 110010 10000 0 1001111 101 1001000 1011000 111001

Color Harmonies of #CCF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF232

Black with #CCF232

Text Example


Text Example

White with #CCF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF232; }

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

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

background-color css

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

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

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

border-color css

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

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

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