Html Css Color HEX #C4F528 Pear

📋 copy color: '#C4F528'

red 196 ◦ green 245 ◦ blue 40

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

Shades of Pear #C4F528

Tints of Pear #C4F528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 40 (16.02% from 255) = 8.32%

R = 40.75%
G = 50.94%
B = 8.32%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#C4F528 (or 0xC4F528) is known color: Pear. HEX triplet: C4, F5 and 28. RGB value is (196,245,40). Sum of RGB (Red+Green+Blue) = 196+245+40=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F528 is #3B0AD7. Grayscale: #CFCFCF. Windows color (decimal): -3869400 or 2684356. OLE color: 2684356.

HSL color Cylindrical-coordinate representation of color #C4F528: hue angle of 74.34º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4F528 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 245 40 -
CMYK 0.2 0 0.84 0.04
HSL 74.34º 0.91% 0.56% -
HSV(B) 74.34º 0.84% 0.96% -
XYZ 55.8 77.19 13.97 -
YUV 206.98 33.77 120.17 -
System Red Green Blue C M Y K H S L
Decimal 196 245 40 0.2 0 0.84 0.04 74.34 0.91 0.56
Hex C4 F5 28 14 0 54 4 4A 5B 38
Octal 304 365 50 24 0 124 4 112 133 70
Binary 11000100 11110101 101000 10100 0 1010100 100 1001010 1011011 111000

Color Harmonies of #C4F528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F528

Black with #C4F528

Text Example


Text Example

White with #C4F528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F528; }

 p { color: rgb(196,245,40); }

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

background-color css

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

 a { background-color: rgb(196,245,40); }

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

border-color css

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

 span { border-color: rgb(196,245,40); }

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