Html Css Color HEX #C0D640 Las Palmas

📋 copy color: '#C0D640'

red 192 ◦ green 214 ◦ blue 64

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

Shades of Las Palmas #C0D640

Tints of Las Palmas #C0D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

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

R = 40.85%
G = 45.53%
B = 13.62%

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

#C0D640 (or 0xC0D640) is known color: Las Palmas. HEX triplet: C0, D6 and 40. RGB value is (192,214,64). Sum of RGB (Red+Green+Blue) = 192+214+64=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D640 is #3F29BF. Grayscale: #BEBEBE. Windows color (decimal): -4139456 or 4249280. OLE color: 4249280.

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

Color convert

RGB 192 214 64 -
CMYK 0.10 0 0.70 0.16
HSL 68.8º 0.65% 0.55% -
HSV(B) 68.8º 0.7% 0.84% -
XYZ 46.71 59.67 13.91 -
YUV 190.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 192 214 64 0.10 0 0.70 0.16 68.8 0.65 0.55
Hex C0 D6 40 A 0 46 10 45 41 37
Octal 300 326 100 12 0 106 20 105 101 67
Binary 11000000 11010110 1000000 1010 0 1000110 10000 1000101 1000001 110111

Color Harmonies of #C0D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D640

Black with #C0D640

Text Example


Text Example

White with #C0D640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D640; }

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

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

background-color css

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

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

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

border-color css

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

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

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