Html Css Color HEX #C4F12D Pear

📋 copy color: '#C4F12D'

red 196 ◦ green 241 ◦ blue 45

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

Shades of Pear #C4F12D

Tints of Pear #C4F12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 40.66%
G = 50%
B = 9.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#C4F12D (or 0xC4F12D) is known color: Pear. HEX triplet: C4, F1 and 2D. RGB value is (196,241,45). Sum of RGB (Red+Green+Blue) = 196+241+45=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F12D is #3B0ED2. Grayscale: #CDCDCD. Windows color (decimal): -3870419 or 3011012. OLE color: 3011012.

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

Color convert

RGB 196 241 45 -
CMYK 0.19 0 0.81 0.05
HSL 73.78º 0.88% 0.56% -
HSV(B) 73.78º 0.81% 0.95% -
XYZ 54.69 74.84 14.04 -
YUV 205.2 37.59 121.44 -
System Red Green Blue C M Y K H S L
Decimal 196 241 45 0.19 0 0.81 0.05 73.78 0.88 0.56
Hex C4 F1 2D 13 0 51 5 4A 58 38
Octal 304 361 55 23 0 121 5 112 130 70
Binary 11000100 11110001 101101 10011 0 1010001 101 1001010 1011000 111000

Color Harmonies of #C4F12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F12D

Black with #C4F12D

Text Example


Text Example

White with #C4F12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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