Html Css Color HEX #CCF432 Pear

📋 copy color: '#CCF432'

red 204 ◦ green 244 ◦ blue 50

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

Shades of Pear #CCF432

Tints of Pear #CCF432

RGB

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

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

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

R = 40.96%
G = 49%
B = 10.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CCF432 (or 0xCCF432) is known color: Pear. HEX triplet: CC, F4 and 32. RGB value is (204,244,50). Sum of RGB (Red+Green+Blue) = 204+244+50=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF432 is #330BCD. Grayscale: #D2D2D2. Windows color (decimal): -3345358 or 3339468. OLE color: 3339468.

HSL color Cylindrical-coordinate representation of color #CCF432: hue angle of 72.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF432 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 50 -
CMYK 0.16 0 0.80 0.04
HSL 72.37º 0.9% 0.58% -
HSV(B) 72.37º 0.8% 0.96% -
XYZ 57.83 77.77 14.98 -
YUV 209.92 37.75 123.77 -
System Red Green Blue C M Y K H S L
Decimal 204 244 50 0.16 0 0.80 0.04 72.37 0.9 0.58
Hex CC F4 32 10 0 50 4 48 5A 3A
Octal 314 364 62 20 0 120 4 110 132 72
Binary 11001100 11110100 110010 10000 0 1010000 100 1001000 1011010 111010

Color Harmonies of #CCF432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF432

Black with #CCF432

Text Example


Text Example

White with #CCF432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF432; }

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

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

background-color css

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

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

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

border-color css

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

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

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