Html Css Color HEX #C0E446 Las Palmas

📋 copy color: '#C0E446'

red 192 ◦ green 228 ◦ blue 70

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

Shades of Las Palmas #C0E446

Tints of Las Palmas #C0E446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 70 (27.73% from 255) = 14.29%

R = 39.18%
G = 46.53%
B = 14.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#C0E446 (or 0xC0E446) is known color: Las Palmas. HEX triplet: C0, E4 and 46. RGB value is (192,228,70). Sum of RGB (Red+Green+Blue) = 192+228+70=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E446 is #3F1BB9. Grayscale: #C7C7C7. Windows color (decimal): -4135866 or 4646080. OLE color: 4646080.

HSL color Cylindrical-coordinate representation of color #C0E446: hue angle of 73.67º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0E446 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 228 70 -
CMYK 0.16 0 0.69 0.11
HSL 73.67º 0.75% 0.58% -
HSV(B) 73.67º 0.69% 0.89% -
XYZ 50.59 67.14 16.09 -
YUV 199.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 192 228 70 0.16 0 0.69 0.11 73.67 0.75 0.58
Hex C0 E4 46 10 0 45 B 4A 4B 3A
Octal 300 344 106 20 0 105 13 112 113 72
Binary 11000000 11100100 1000110 10000 0 1000101 1011 1001010 1001011 111010

Color Harmonies of #C0E446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E446

Black with #C0E446

Text Example


Text Example

White with #C0E446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E446; }

 p { color: rgb(192,228,70); }

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

background-color css

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

 a { background-color: rgb(192,228,70); }

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

border-color css

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

 span { border-color: rgb(192,228,70); }

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