Html Css Color HEX #C5F122 Pear

📋 copy color: '#C5F122'

red 197 ◦ green 241 ◦ blue 34

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

Shades of Pear #C5F122

Tints of Pear #C5F122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.2%

R = 41.74%
G = 51.06%
B = 7.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#C5F122 (or 0xC5F122) is known color: Pear. HEX triplet: C5, F1 and 22. RGB value is (197,241,34). Sum of RGB (Red+Green+Blue) = 197+241+34=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F122 is #3A0EDD. Grayscale: #CDCDCD. Windows color (decimal): -3804894 or 2290117. OLE color: 2290117.

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

Color convert

RGB 197 241 34 -
CMYK 0.18 0 0.86 0.05
HSL 72.75º 0.88% 0.54% -
HSV(B) 72.75º 0.86% 0.95% -
XYZ 54.77 74.9 13.08 -
YUV 204.25 31.92 122.83 -
System Red Green Blue C M Y K H S L
Decimal 197 241 34 0.18 0 0.86 0.05 72.75 0.88 0.54
Hex C5 F1 22 12 0 56 5 49 58 36
Octal 305 361 42 22 0 126 5 111 130 66
Binary 11000101 11110001 100010 10010 0 1010110 101 1001001 1011000 110110

Color Harmonies of #C5F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F122

Black with #C5F122

Text Example


Text Example

White with #C5F122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F122; }

 p { color: rgb(197,241,34); }

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

background-color css

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

 a { background-color: rgb(197,241,34); }

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

border-color css

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

 span { border-color: rgb(197,241,34); }

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