Html Css Color HEX #C0DA3F Las Palmas

📋 copy color: '#C0DA3F'

red 192 ◦ green 218 ◦ blue 63

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

Shades of Las Palmas #C0DA3F

Tints of Las Palmas #C0DA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.32%

R = 40.59%
G = 46.09%
B = 13.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#C0DA3F (or 0xC0DA3F) is known color: Las Palmas. HEX triplet: C0, DA and 3F. RGB value is (192,218,63). Sum of RGB (Red+Green+Blue) = 192+218+63=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DA3F is #3F25C0. Grayscale: #C1C1C1. Windows color (decimal): -4138433 or 4184768. OLE color: 4184768.

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

Color convert

RGB 192 218 63 -
CMYK 0.12 0 0.71 0.15
HSL 70.06º 0.68% 0.55% -
HSV(B) 70.06º 0.71% 0.85% -
XYZ 47.71 61.71 14.1 -
YUV 192.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 192 218 63 0.12 0 0.71 0.15 70.06 0.68 0.55
Hex C0 DA 3F C 0 47 F 46 44 37
Octal 300 332 77 14 0 107 17 106 104 67
Binary 11000000 11011010 111111 1100 0 1000111 1111 1000110 1000100 110111

Color Harmonies of #C0DA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA3F

Black with #C0DA3F

Text Example


Text Example

White with #C0DA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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