Html Css Color HEX #C1D33A Las Palmas

📋 copy color: '#C1D33A'

red 193 ◦ green 211 ◦ blue 58

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

Shades of Las Palmas #C1D33A

Tints of Las Palmas #C1D33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

 BLUE value IS 58 (23.05% from 255) = 12.55%

R = 41.77%
G = 45.67%
B = 12.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#C1D33A (or 0xC1D33A) is known color: Las Palmas. HEX triplet: C1, D3 and 3A. RGB value is (193,211,58). Sum of RGB (Red+Green+Blue) = 193+211+58=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D33A is #3E2CC5. Grayscale: #BCBCBC. Windows color (decimal): -4074694 or 3855297. OLE color: 3855297.

HSL color Cylindrical-coordinate representation of color #C1D33A: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1D33A is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 211 58 -
CMYK 0.09 0 0.73 0.17
HSL 67.06º 0.63% 0.53% -
HSV(B) 67.06º 0.73% 0.83% -
XYZ 46.05 58.23 12.82 -
YUV 188.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 193 211 58 0.09 0 0.73 0.17 67.06 0.63 0.53
Hex C1 D3 3A 9 0 49 11 43 3F 35
Octal 301 323 72 11 0 111 21 103 77 65
Binary 11000001 11010011 111010 1001 0 1001001 10001 1000011 111111 110101

Color Harmonies of #C1D33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D33A

Black with #C1D33A

Text Example


Text Example

White with #C1D33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D33A; }

 p { color: rgb(193,211,58); }

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

background-color css

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

 a { background-color: rgb(193,211,58); }

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

border-color css

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

 span { border-color: rgb(193,211,58); }

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