Html Css Color HEX #C5E526 Pear

📋 copy color: '#C5E526'

red 197 ◦ green 229 ◦ blue 38

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

Shades of Pear #C5E526

Tints of Pear #C5E526

RGB

 RED value IS 197 (77.34% from 255) = 42.46%

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 38 (15.23% from 255) = 8.19%

R = 42.46%
G = 49.35%
B = 8.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#C5E526 (or 0xC5E526) is known color: Pear. HEX triplet: C5, E5 and 26. RGB value is (197,229,38). Sum of RGB (Red+Green+Blue) = 197+229+38=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 38 (15.23% from 255 or 8.19% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E526 is #3A1AD9. Grayscale: #C6C6C6. Windows color (decimal): -3807962 or 2549189. OLE color: 2549189.

HSL color Cylindrical-coordinate representation of color #C5E526: hue angle of 70.05º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5E526 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 229 38 -
CMYK 0.14 0 0.83 0.10
HSL 70.05º 0.79% 0.52% -
HSV(B) 70.05º 0.83% 0.9% -
XYZ 51.4 68.05 12.26 -
YUV 197.66 37.9 127.53 -
System Red Green Blue C M Y K H S L
Decimal 197 229 38 0.14 0 0.83 0.10 70.05 0.79 0.52
Hex C5 E5 26 E 0 53 A 46 4F 34
Octal 305 345 46 16 0 123 12 106 117 64
Binary 11000101 11100101 100110 1110 0 1010011 1010 1000110 1001111 110100

Color Harmonies of #C5E526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E526

Black with #C5E526

Text Example


Text Example

White with #C5E526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E526; }

 p { color: rgb(197,229,38); }

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

background-color css

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

 a { background-color: rgb(197,229,38); }

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

border-color css

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

 span { border-color: rgb(197,229,38); }

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