Html Css Color HEX #C0E145 Las Palmas

📋 copy color: '#C0E145'

red 192 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #C0E145

Tints of Las Palmas #C0E145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 69 (27.34% from 255) = 14.2%

R = 39.51%
G = 46.3%
B = 14.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#C0E145 (or 0xC0E145) is known color: Las Palmas. HEX triplet: C0, E1 and 45. RGB value is (192,225,69). Sum of RGB (Red+Green+Blue) = 192+225+69=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E145 is #3F1EBA. Grayscale: #C5C5C5. Windows color (decimal): -4136635 or 4579776. OLE color: 4579776.

HSL color Cylindrical-coordinate representation of color #C0E145: hue angle of 72.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0E145 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 69 -
CMYK 0.15 0 0.69 0.12
HSL 72.69º 0.72% 0.58% -
HSV(B) 72.69º 0.69% 0.88% -
XYZ 49.74 65.49 15.65 -
YUV 197.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 192 225 69 0.15 0 0.69 0.12 72.69 0.72 0.58
Hex C0 E1 45 F 0 45 C 49 48 3A
Octal 300 341 105 17 0 105 14 111 110 72
Binary 11000000 11100001 1000101 1111 0 1000101 1100 1001001 1001000 111010

Color Harmonies of #C0E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E145

Black with #C0E145

Text Example


Text Example

White with #C0E145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E145; }

 p { color: rgb(192,225,69); }

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

background-color css

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

 a { background-color: rgb(192,225,69); }

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

border-color css

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

 span { border-color: rgb(192,225,69); }

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