Html Css Color HEX #C0D53A Las Palmas

📋 copy color: '#C0D53A'

red 192 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #C0D53A

Tints of Las Palmas #C0D53A

RGB

 RED value IS 192 (75.39% from 255) = 41.47%

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 41.47%
G = 46%
B = 12.53%

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

#C0D53A (or 0xC0D53A) is known color: Las Palmas. HEX triplet: C0, D5 and 3A. RGB value is (192,213,58). Sum of RGB (Red+Green+Blue) = 192+213+58=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D53A is #3F2AC5. Grayscale: #BDBDBD. Windows color (decimal): -4139718 or 3855808. OLE color: 3855808.

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

Color convert

RGB 192 213 58 -
CMYK 0.10 0 0.73 0.16
HSL 68.13º 0.65% 0.53% -
HSV(B) 68.13º 0.73% 0.84% -
XYZ 46.3 59.1 12.97 -
YUV 189.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 192 213 58 0.10 0 0.73 0.16 68.13 0.65 0.53
Hex C0 D5 3A A 0 49 10 44 41 35
Octal 300 325 72 12 0 111 20 104 101 65
Binary 11000000 11010101 111010 1010 0 1001001 10000 1000100 1000001 110101

Color Harmonies of #C0D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D53A

Black with #C0D53A

Text Example


Text Example

White with #C0D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D53A; }

 p { color: rgb(192,213,58); }

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

background-color css

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

 a { background-color: rgb(192,213,58); }

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

border-color css

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

 span { border-color: rgb(192,213,58); }

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