Html Css Color HEX #C0EB3E Las Palmas

📋 copy color: '#C0EB3E'

red 192 ◦ green 235 ◦ blue 62

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

Shades of Las Palmas #C0EB3E

Tints of Las Palmas #C0EB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.68%

R = 39.26%
G = 48.06%
B = 12.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#C0EB3E (or 0xC0EB3E) is known color: Las Palmas. HEX triplet: C0, EB and 3E. RGB value is (192,235,62). Sum of RGB (Red+Green+Blue) = 192+235+62=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB3E is #3F14C1. Grayscale: #CBCBCB. Windows color (decimal): -4134082 or 4123584. OLE color: 4123584.

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

Color convert

RGB 192 235 62 -
CMYK 0.18 0 0.74 0.08
HSL 74.91º 0.81% 0.58% -
HSV(B) 74.91º 0.74% 0.92% -
XYZ 52.32 70.97 15.5 -
YUV 202.42 48.75 120.57 -
System Red Green Blue C M Y K H S L
Decimal 192 235 62 0.18 0 0.74 0.08 74.91 0.81 0.58
Hex C0 EB 3E 12 0 4A 8 4B 51 3A
Octal 300 353 76 22 0 112 10 113 121 72
Binary 11000000 11101011 111110 10010 0 1001010 1000 1001011 1010001 111010

Color Harmonies of #C0EB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB3E

Black with #C0EB3E

Text Example


Text Example

White with #C0EB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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