Html Css Color HEX #C1E032 Las Palmas

📋 copy color: '#C1E032'

red 193 ◦ green 224 ◦ blue 50

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

Shades of Las Palmas #C1E032

Tints of Las Palmas #C1E032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.97%

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

R = 41.33%
G = 47.97%
B = 10.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#C1E032 (or 0xC1E032) is known color: Las Palmas. HEX triplet: C1, E0 and 32. RGB value is (193,224,50). Sum of RGB (Red+Green+Blue) = 193+224+50=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E032 is #3E1FCD. Grayscale: #C3C3C3. Windows color (decimal): -4071374 or 3334337. OLE color: 3334337.

HSL color Cylindrical-coordinate representation of color #C1E032: hue angle of 70.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1E032 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 224 50 -
CMYK 0.14 0 0.78 0.12
HSL 70.69º 0.74% 0.54% -
HSV(B) 70.69º 0.78% 0.88% -
XYZ 49.22 64.88 12.95 -
YUV 194.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 193 224 50 0.14 0 0.78 0.12 70.69 0.74 0.54
Hex C1 E0 32 E 0 4E C 47 4A 36
Octal 301 340 62 16 0 116 14 107 112 66
Binary 11000001 11100000 110010 1110 0 1001110 1100 1000111 1001010 110110

Color Harmonies of #C1E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E032

Black with #C1E032

Text Example


Text Example

White with #C1E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E032; }

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

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

background-color css

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

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

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

border-color css

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

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

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