Html Css Color HEX #C1D73B Las Palmas

📋 copy color: '#C1D73B'

red 193 ◦ green 215 ◦ blue 59

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

Shades of Las Palmas #C1D73B

Tints of Las Palmas #C1D73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

 BLUE value IS 59 (23.44% from 255) = 12.63%

R = 41.33%
G = 46.04%
B = 12.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#C1D73B (or 0xC1D73B) is known color: Las Palmas. HEX triplet: C1, D7 and 3B. RGB value is (193,215,59). Sum of RGB (Red+Green+Blue) = 193+215+59=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D73B is #3E28C4. Grayscale: #BFBFBF. Windows color (decimal): -4073669 or 3921857. OLE color: 3921857.

HSL color Cylindrical-coordinate representation of color #C1D73B: hue angle of 68.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1D73B is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 215 59 -
CMYK 0.10 0 0.73 0.16
HSL 68.46º 0.66% 0.54% -
HSV(B) 68.46º 0.73% 0.84% -
XYZ 47.08 60.25 13.29 -
YUV 190.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 193 215 59 0.10 0 0.73 0.16 68.46 0.66 0.54
Hex C1 D7 3B A 0 49 10 44 42 36
Octal 301 327 73 12 0 111 20 104 102 66
Binary 11000001 11010111 111011 1010 0 1001001 10000 1000100 1000010 110110

Color Harmonies of #C1D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D73B

Black with #C1D73B

Text Example


Text Example

White with #C1D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D73B; }

 p { color: rgb(193,215,59); }

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

background-color css

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

 a { background-color: rgb(193,215,59); }

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

border-color css

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

 span { border-color: rgb(193,215,59); }

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