Html Css Color HEX #C9FC32 Pear

📋 copy color: '#C9FC32'

red 201 ◦ green 252 ◦ blue 50

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

Shades of Pear #C9FC32

Tints of Pear #C9FC32

RGB

 RED value IS 201 (78.91% from 255) = 39.96%

 GREEN value IS 252 (98.83% from 255) = 50.1%

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

R = 39.96%
G = 50.1%
B = 9.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#C9FC32 (or 0xC9FC32) is known color: Pear. HEX triplet: C9, FC and 32. RGB value is (201,252,50). Sum of RGB (Red+Green+Blue) = 201+252+50=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC32 is #3603CD. Grayscale: #D6D6D6. Windows color (decimal): -3539918 or 3341513. OLE color: 3341513.

HSL color Cylindrical-coordinate representation of color #C9FC32: hue angle of 75.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9FC32 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 252 50 -
CMYK 0.20 0 0.80 0.01
HSL 75.15º 0.97% 0.59% -
HSV(B) 75.15º 0.8% 0.99% -
XYZ 59.47 82.27 15.76 -
YUV 213.72 35.6 118.93 -
System Red Green Blue C M Y K H S L
Decimal 201 252 50 0.20 0 0.80 0.01 75.15 0.97 0.59
Hex C9 FC 32 14 0 50 1 4B 61 3B
Octal 311 374 62 24 0 120 1 113 141 73
Binary 11001001 11111100 110010 10100 0 1010000 1 1001011 1100001 111011

Color Harmonies of #C9FC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC32

Black with #C9FC32

Text Example


Text Example

White with #C9FC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC32; }

 p { color: rgb(201,252,50); }

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

background-color css

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

 a { background-color: rgb(201,252,50); }

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

border-color css

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

 span { border-color: rgb(201,252,50); }

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