Html Css Color HEX #C0D540 Las Palmas

📋 copy color: '#C0D540'

red 192 ◦ green 213 ◦ blue 64

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

Shades of Las Palmas #C0D540

Tints of Las Palmas #C0D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.65%

R = 40.94%
G = 45.42%
B = 13.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C0D540 (or 0xC0D540) is known color: Las Palmas. HEX triplet: C0, D5 and 40. RGB value is (192,213,64). Sum of RGB (Red+Green+Blue) = 192+213+64=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D540 is #3F2ABF. Grayscale: #BEBEBE. Windows color (decimal): -4139712 or 4249024. OLE color: 4249024.

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

Color convert

RGB 192 213 64 -
CMYK 0.10 0 0.70 0.16
HSL 68.46º 0.64% 0.54% -
HSV(B) 68.46º 0.7% 0.84% -
XYZ 46.46 59.17 13.82 -
YUV 189.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 192 213 64 0.10 0 0.70 0.16 68.46 0.64 0.54
Hex C0 D5 40 A 0 46 10 44 40 36
Octal 300 325 100 12 0 106 20 104 100 66
Binary 11000000 11010101 1000000 1010 0 1000110 10000 1000100 1000000 110110

Color Harmonies of #C0D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D540

Black with #C0D540

Text Example


Text Example

White with #C0D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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