Html Css Color HEX #C0DA48 Las Palmas

📋 copy color: '#C0DA48'

red 192 ◦ green 218 ◦ blue 72

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

Shades of Las Palmas #C0DA48

Tints of Las Palmas #C0DA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 39.83%
G = 45.23%
B = 14.94%

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

#C0DA48 (or 0xC0DA48) is known color: Las Palmas. HEX triplet: C0, DA and 48. RGB value is (192,218,72). Sum of RGB (Red+Green+Blue) = 192+218+72=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DA48 is #3F25B7. Grayscale: #C2C2C2. Windows color (decimal): -4138424 or 4774592. OLE color: 4774592.

HSL color Cylindrical-coordinate representation of color #C0DA48: hue angle of 70.68º 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 #C0DA48 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 72 -
CMYK 0.12 0 0.67 0.15
HSL 70.68º 0.66% 0.57% -
HSV(B) 70.68º 0.67% 0.85% -
XYZ 47.98 61.82 15.53 -
YUV 193.58 59.39 126.87 -
System Red Green Blue C M Y K H S L
Decimal 192 218 72 0.12 0 0.67 0.15 70.68 0.66 0.57
Hex C0 DA 48 C 0 43 F 47 42 39
Octal 300 332 110 14 0 103 17 107 102 71
Binary 11000000 11011010 1001000 1100 0 1000011 1111 1000111 1000010 111001

Color Harmonies of #C0DA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA48

Black with #C0DA48

Text Example


Text Example

White with #C0DA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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