Html Css Color HEX #C1EB25 Pear

📋 copy color: '#C1EB25'

red 193 ◦ green 235 ◦ blue 37

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

Shades of Pear #C1EB25

Tints of Pear #C1EB25

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.54%

 BLUE value IS 37 (14.84% from 255) = 7.96%

R = 41.51%
G = 50.54%
B = 7.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#C1EB25 (or 0xC1EB25) is known color: Pear. HEX triplet: C1, EB and 25. RGB value is (193,235,37). Sum of RGB (Red+Green+Blue) = 193+235+37=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB25 is #3E14DA. Grayscale: #C8C8C8. Windows color (decimal): -4068571 or 2485185. OLE color: 2485185.

HSL color Cylindrical-coordinate representation of color #C1EB25: hue angle of 72.73º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1EB25 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 235 37 -
CMYK 0.18 0 0.84 0.08
HSL 72.73º 0.83% 0.53% -
HSV(B) 72.73º 0.84% 0.92% -
XYZ 52.03 70.89 12.69 -
YUV 199.87 36.09 123.1 -
System Red Green Blue C M Y K H S L
Decimal 193 235 37 0.18 0 0.84 0.08 72.73 0.83 0.53
Hex C1 EB 25 12 0 54 8 49 53 35
Octal 301 353 45 22 0 124 10 111 123 65
Binary 11000001 11101011 100101 10010 0 1010100 1000 1001001 1010011 110101

Color Harmonies of #C1EB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EB25

Black with #C1EB25

Text Example


Text Example

White with #C1EB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EB25; }

 p { color: rgb(193,235,37); }

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

background-color css

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

 a { background-color: rgb(193,235,37); }

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

border-color css

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

 span { border-color: rgb(193,235,37); }

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