Html Css Color HEX #C0DB48 Las Palmas

📋 copy color: '#C0DB48'

red 192 ◦ green 219 ◦ blue 72

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

Shades of Las Palmas #C0DB48

Tints of Las Palmas #C0DB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 39.75%
G = 45.34%
B = 14.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#C0DB48 (or 0xC0DB48) is known color: Las Palmas. HEX triplet: C0, DB and 48. RGB value is (192,219,72). Sum of RGB (Red+Green+Blue) = 192+219+72=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB48 is #3F24B7. Grayscale: #C2C2C2. Windows color (decimal): -4138168 or 4774848. OLE color: 4774848.

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

Color convert

RGB 192 219 72 -
CMYK 0.12 0 0.67 0.14
HSL 71.02º 0.67% 0.57% -
HSV(B) 71.02º 0.67% 0.86% -
XYZ 48.24 62.34 15.62 -
YUV 194.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 192 219 72 0.12 0 0.67 0.14 71.02 0.67 0.57
Hex C0 DB 48 C 0 43 E 47 43 39
Octal 300 333 110 14 0 103 16 107 103 71
Binary 11000000 11011011 1001000 1100 0 1000011 1110 1000111 1000011 111001

Color Harmonies of #C0DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB48

Black with #C0DB48

Text Example


Text Example

White with #C0DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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