Html Css Color HEX #C0E645 Las Palmas

📋 copy color: '#C0E645'

red 192 ◦ green 230 ◦ blue 69

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

Shades of Las Palmas #C0E645

Tints of Las Palmas #C0E645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.84%

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

R = 39.1%
G = 46.84%
B = 14.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#C0E645 (or 0xC0E645) is known color: Las Palmas. HEX triplet: C0, E6 and 45. RGB value is (192,230,69). Sum of RGB (Red+Green+Blue) = 192+230+69=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E645 is #3F19BA. Grayscale: #C8C8C8. Windows color (decimal): -4135355 or 4581056. OLE color: 4581056.

HSL color Cylindrical-coordinate representation of color #C0E645: hue angle of 74.16º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0E645 is Cyan = 0.17, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 69 -
CMYK 0.17 0 0.7 0.10
HSL 74.16º 0.76% 0.59% -
HSV(B) 74.16º 0.7% 0.9% -
XYZ 51.11 68.23 16.11 -
YUV 200.28 53.91 122.09 -
System Red Green Blue C M Y K H S L
Decimal 192 230 69 0.17 0 0.7 0.10 74.16 0.76 0.59
Hex C0 E6 45 11 0 46 A 4A 4C 3B
Octal 300 346 105 21 0 106 12 112 114 73
Binary 11000000 11100110 1000101 10001 0 1000110 1010 1001010 1001100 111011

Color Harmonies of #C0E645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E645

Black with #C0E645

Text Example


Text Example

White with #C0E645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E645; }

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

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

background-color css

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

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

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

border-color css

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

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

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