Html Css Color HEX #C0E142 Las Palmas

📋 copy color: '#C0E142'

red 192 ◦ green 225 ◦ blue 66

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

Shades of Las Palmas #C0E142

Tints of Las Palmas #C0E142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.66%

R = 39.75%
G = 46.58%
B = 13.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#C0E142 (or 0xC0E142) is known color: Las Palmas. HEX triplet: C0, E1 and 42. RGB value is (192,225,66). Sum of RGB (Red+Green+Blue) = 192+225+66=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E142 is #3F1EBD. Grayscale: #C5C5C5. Windows color (decimal): -4136638 or 4383168. OLE color: 4383168.

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

Color convert

RGB 192 225 66 -
CMYK 0.15 0 0.71 0.12
HSL 72.45º 0.73% 0.57% -
HSV(B) 72.45º 0.71% 0.88% -
XYZ 49.65 65.45 15.17 -
YUV 197.01 54.07 124.43 -
System Red Green Blue C M Y K H S L
Decimal 192 225 66 0.15 0 0.71 0.12 72.45 0.73 0.57
Hex C0 E1 42 F 0 47 C 48 49 39
Octal 300 341 102 17 0 107 14 110 111 71
Binary 11000000 11100001 1000010 1111 0 1000111 1100 1001000 1001001 111001

Color Harmonies of #C0E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E142

Black with #C0E142

Text Example


Text Example

White with #C0E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E142; }

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

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

background-color css

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

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

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

border-color css

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

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

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