Html Css Color HEX #C0E13A Las Palmas

📋 copy color: '#C0E13A'

red 192 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #C0E13A

Tints of Las Palmas #C0E13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 40.42%
G = 47.37%
B = 12.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#C0E13A (or 0xC0E13A) is known color: Las Palmas. HEX triplet: C0, E1 and 3A. RGB value is (192,225,58). Sum of RGB (Red+Green+Blue) = 192+225+58=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E13A is #3F1EC5. Grayscale: #C4C4C4. Windows color (decimal): -4136646 or 3858880. OLE color: 3858880.

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

Color convert

RGB 192 225 58 -
CMYK 0.15 0 0.74 0.12
HSL 71.86º 0.74% 0.55% -
HSV(B) 71.86º 0.74% 0.88% -
XYZ 49.43 65.36 14.01 -
YUV 196.1 50.07 125.08 -
System Red Green Blue C M Y K H S L
Decimal 192 225 58 0.15 0 0.74 0.12 71.86 0.74 0.55
Hex C0 E1 3A F 0 4A C 48 4A 37
Octal 300 341 72 17 0 112 14 110 112 67
Binary 11000000 11100001 111010 1111 0 1001010 1100 1001000 1001010 110111

Color Harmonies of #C0E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E13A

Black with #C0E13A

Text Example


Text Example

White with #C0E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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