Html Css Color HEX #C4F440 Pear

📋 copy color: '#C4F440'

red 196 ◦ green 244 ◦ blue 64

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

Shades of Pear #C4F440

Tints of Pear #C4F440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 38.89%
G = 48.41%
B = 12.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#C4F440 (or 0xC4F440) is known color: Pear. HEX triplet: C4, F4 and 40. RGB value is (196,244,64). Sum of RGB (Red+Green+Blue) = 196+244+64=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F440 is #3B0BBF. Grayscale: #D1D1D1. Windows color (decimal): -3869632 or 4256964. OLE color: 4256964.

HSL color Cylindrical-coordinate representation of color #C4F440: hue angle of 76º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4F440 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 244 64 -
CMYK 0.20 0 0.74 0.04
HSL 76º 0.89% 0.6% -
HSV(B) 76º 0.74% 0.96% -
XYZ 56.04 76.81 16.72 -
YUV 209.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 196 244 64 0.20 0 0.74 0.04 76 0.89 0.6
Hex C4 F4 40 14 0 4A 4 4C 59 3C
Octal 304 364 100 24 0 112 4 114 131 74
Binary 11000100 11110100 1000000 10100 0 1001010 100 1001100 1011001 111100

Color Harmonies of #C4F440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F440

Black with #C4F440

Text Example


Text Example

White with #C4F440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F440; }

 p { color: rgb(196,244,64); }

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

background-color css

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

 a { background-color: rgb(196,244,64); }

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

border-color css

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

 span { border-color: rgb(196,244,64); }

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