Html Css Color HEX #C4F132 Pear

📋 copy color: '#C4F132'

red 196 ◦ green 241 ◦ blue 50

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

Shades of Pear #C4F132

Tints of Pear #C4F132

RGB

 RED value IS 196 (76.95% from 255) = 40.25%

 GREEN value IS 241 (94.53% from 255) = 49.49%

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

R = 40.25%
G = 49.49%
B = 10.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#C4F132 (or 0xC4F132) is known color: Pear. HEX triplet: C4, F1 and 32. RGB value is (196,241,50). Sum of RGB (Red+Green+Blue) = 196+241+50=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F132 is #3B0ECD. Grayscale: #CECECE. Windows color (decimal): -3870414 or 3338692. OLE color: 3338692.

HSL color Cylindrical-coordinate representation of color #C4F132: hue angle of 74.14º degrees, saturation: 0.87, 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 #C4F132 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 241 50 -
CMYK 0.19 0 0.79 0.05
HSL 74.14º 0.87% 0.57% -
HSV(B) 74.14º 0.79% 0.95% -
XYZ 54.8 74.88 14.58 -
YUV 205.77 40.09 121.03 -
System Red Green Blue C M Y K H S L
Decimal 196 241 50 0.19 0 0.79 0.05 74.14 0.87 0.57
Hex C4 F1 32 13 0 4F 5 4A 57 39
Octal 304 361 62 23 0 117 5 112 127 71
Binary 11000100 11110001 110010 10011 0 1001111 101 1001010 1010111 111001

Color Harmonies of #C4F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F132

Black with #C4F132

Text Example


Text Example

White with #C4F132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F132; }

 p { color: rgb(196,241,50); }

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

background-color css

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

 a { background-color: rgb(196,241,50); }

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

border-color css

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

 span { border-color: rgb(196,241,50); }

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