Html Css Color HEX #C0EB40 Las Palmas

📋 copy color: '#C0EB40'

red 192 ◦ green 235 ◦ blue 64

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

Shades of Las Palmas #C0EB40

Tints of Las Palmas #C0EB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.86%

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

R = 39.1%
G = 47.86%
B = 13.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#C0EB40 (or 0xC0EB40) is known color: Las Palmas. HEX triplet: C0, EB and 40. RGB value is (192,235,64). Sum of RGB (Red+Green+Blue) = 192+235+64=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB40 is #3F14BF. Grayscale: #CBCBCB. Windows color (decimal): -4134080 or 4254656. OLE color: 4254656.

HSL color Cylindrical-coordinate representation of color #C0EB40: hue angle of 75.09º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0EB40 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 64 -
CMYK 0.18 0 0.73 0.08
HSL 75.09º 0.81% 0.59% -
HSV(B) 75.09º 0.73% 0.92% -
XYZ 52.37 70.99 15.79 -
YUV 202.65 49.75 120.4 -
System Red Green Blue C M Y K H S L
Decimal 192 235 64 0.18 0 0.73 0.08 75.09 0.81 0.59
Hex C0 EB 40 12 0 49 8 4B 51 3B
Octal 300 353 100 22 0 111 10 113 121 73
Binary 11000000 11101011 1000000 10010 0 1001001 1000 1001011 1010001 111011

Color Harmonies of #C0EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB40

Black with #C0EB40

Text Example


Text Example

White with #C0EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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