Html Css Color HEX #C4F12C Pear

📋 copy color: '#C4F12C'

red 196 ◦ green 241 ◦ blue 44

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

Shades of Pear #C4F12C

Tints of Pear #C4F12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.15%

R = 40.75%
G = 50.1%
B = 9.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#C4F12C (or 0xC4F12C) is known color: Pear. HEX triplet: C4, F1 and 2C. RGB value is (196,241,44). Sum of RGB (Red+Green+Blue) = 196+241+44=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F12C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F12C is #3B0ED3. Grayscale: #CDCDCD. Windows color (decimal): -3870420 or 2945476. OLE color: 2945476.

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

Color convert

RGB 196 241 44 -
CMYK 0.19 0 0.82 0.05
HSL 73.71º 0.88% 0.56% -
HSV(B) 73.71º 0.82% 0.95% -
XYZ 54.67 74.83 13.94 -
YUV 205.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 196 241 44 0.19 0 0.82 0.05 73.71 0.88 0.56
Hex C4 F1 2C 13 0 52 5 4A 58 38
Octal 304 361 54 23 0 122 5 112 130 70
Binary 11000100 11110001 101100 10011 0 1010010 101 1001010 1011000 111000

Color Harmonies of #C4F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F12C

Black with #C4F12C

Text Example


Text Example

White with #C4F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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