Html Css Color HEX #C1EF32 Pear

📋 copy color: '#C1EF32'

red 193 ◦ green 239 ◦ blue 50

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

Shades of Pear #C1EF32

Tints of Pear #C1EF32

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

 GREEN value IS 239 (93.75% from 255) = 49.59%

 BLUE value IS 50 (19.92% from 255) = 10.37%

R = 40.04%
G = 49.59%
B = 10.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#C1EF32 (or 0xC1EF32) is known color: Pear. HEX triplet: C1, EF and 32. RGB value is (193,239,50). Sum of RGB (Red+Green+Blue) = 193+239+50=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EF32 is #3E10CD. Grayscale: #CCCCCC. Windows color (decimal): -4067534 or 3338177. OLE color: 3338177.

HSL color Cylindrical-coordinate representation of color #C1EF32: hue angle of 74.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1EF32 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 239 50 -
CMYK 0.19 0 0.79 0.06
HSL 74.6º 0.86% 0.57% -
HSV(B) 74.6º 0.79% 0.94% -
XYZ 53.43 73.3 14.35 -
YUV 203.7 41.26 120.37 -
System Red Green Blue C M Y K H S L
Decimal 193 239 50 0.19 0 0.79 0.06 74.6 0.86 0.57
Hex C1 EF 32 13 0 4F 6 4B 56 39
Octal 301 357 62 23 0 117 6 113 126 71
Binary 11000001 11101111 110010 10011 0 1001111 110 1001011 1010110 111001

Color Harmonies of #C1EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EF32

Black with #C1EF32

Text Example


Text Example

White with #C1EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EF32; }

 p { color: rgb(193,239,50); }

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

background-color css

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

 a { background-color: rgb(193,239,50); }

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

border-color css

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

 span { border-color: rgb(193,239,50); }

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