Html Css Color HEX #C5EC1F Pear

📋 copy color: '#C5EC1F'

red 197 ◦ green 236 ◦ blue 31

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

Shades of Pear #C5EC1F

Tints of Pear #C5EC1F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.86%

 BLUE value IS 31 (12.5% from 255) = 6.68%

R = 42.46%
G = 50.86%
B = 6.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#C5EC1F (or 0xC5EC1F) is known color: Pear. HEX triplet: C5, EC and 1F. RGB value is (197,236,31). Sum of RGB (Red+Green+Blue) = 197+236+31=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EC1F is #3A13E0. Grayscale: #C9C9C9. Windows color (decimal): -3806177 or 2092229. OLE color: 2092229.

HSL color Cylindrical-coordinate representation of color #C5EC1F: hue angle of 71.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5EC1F is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 236 31 -
CMYK 0.17 0 0.87 0.07
HSL 71.41º 0.84% 0.52% -
HSV(B) 71.41º 0.87% 0.93% -
XYZ 53.27 71.96 12.38 -
YUV 200.97 32.08 125.17 -
System Red Green Blue C M Y K H S L
Decimal 197 236 31 0.17 0 0.87 0.07 71.41 0.84 0.52
Hex C5 EC 1F 11 0 57 7 47 54 34
Octal 305 354 37 21 0 127 7 107 124 64
Binary 11000101 11101100 11111 10001 0 1010111 111 1000111 1010100 110100

Color Harmonies of #C5EC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EC1F

Black with #C5EC1F

Text Example


Text Example

White with #C5EC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EC1F; }

 p { color: rgb(197,236,31); }

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

background-color css

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

 a { background-color: rgb(197,236,31); }

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

border-color css

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

 span { border-color: rgb(197,236,31); }

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