Html Css Color HEX #C0DA49 Las Palmas

📋 copy color: '#C0DA49'

red 192 ◦ green 218 ◦ blue 73

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

Shades of Las Palmas #C0DA49

Tints of Las Palmas #C0DA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 73 (28.91% from 255) = 15.11%

R = 39.75%
G = 45.13%
B = 15.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#C0DA49 (or 0xC0DA49) is known color: Las Palmas. HEX triplet: C0, DA and 49. RGB value is (192,218,73). Sum of RGB (Red+Green+Blue) = 192+218+73=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DA49 is #3F25B6. Grayscale: #C2C2C2. Windows color (decimal): -4138423 or 4840128. OLE color: 4840128.

HSL color Cylindrical-coordinate representation of color #C0DA49: hue angle of 70.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0DA49 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 73 -
CMYK 0.12 0 0.67 0.15
HSL 70.76º 0.66% 0.57% -
HSV(B) 70.76º 0.67% 0.85% -
XYZ 48.01 61.83 15.71 -
YUV 193.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 192 218 73 0.12 0 0.67 0.15 70.76 0.66 0.57
Hex C0 DA 49 C 0 43 F 47 42 39
Octal 300 332 111 14 0 103 17 107 102 71
Binary 11000000 11011010 1001001 1100 0 1000011 1111 1000111 1000010 111001

Color Harmonies of #C0DA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA49

Black with #C0DA49

Text Example


Text Example

White with #C0DA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA49; }

 p { color: rgb(192,218,73); }

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

background-color css

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

 a { background-color: rgb(192,218,73); }

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

border-color css

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

 span { border-color: rgb(192,218,73); }

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