Html Css Color HEX #C1ED32 Las Palmas

📋 copy color: '#C1ED32'

red 193 ◦ green 237 ◦ blue 50

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

Shades of Las Palmas #C1ED32

Tints of Las Palmas #C1ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.38%

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

R = 40.21%
G = 49.38%
B = 10.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#C1ED32 (or 0xC1ED32) is known color: Las Palmas. HEX triplet: C1, ED and 32. RGB value is (193,237,50). Sum of RGB (Red+Green+Blue) = 193+237+50=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1ED32 is #3E12CD. Grayscale: #CBCBCB. Windows color (decimal): -4068046 or 3337665. OLE color: 3337665.

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

Color convert

RGB 193 237 50 -
CMYK 0.19 0 0.79 0.07
HSL 74.12º 0.84% 0.56% -
HSV(B) 74.12º 0.79% 0.93% -
XYZ 52.85 72.14 14.16 -
YUV 202.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 193 237 50 0.19 0 0.79 0.07 74.12 0.84 0.56
Hex C1 ED 32 13 0 4F 7 4A 54 38
Octal 301 355 62 23 0 117 7 112 124 70
Binary 11000001 11101101 110010 10011 0 1001111 111 1001010 1010100 111000

Color Harmonies of #C1ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED32

Black with #C1ED32

Text Example


Text Example

White with #C1ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED32; }

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

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

background-color css

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

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

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

border-color css

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

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

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