Html Css Color HEX #C0E045 Las Palmas

📋 copy color: '#C0E045'

red 192 ◦ green 224 ◦ blue 69

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

Shades of Las Palmas #C0E045

Tints of Las Palmas #C0E045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.19%

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

R = 39.59%
G = 46.19%
B = 14.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#C0E045 (or 0xC0E045) is known color: Las Palmas. HEX triplet: C0, E0 and 45. RGB value is (192,224,69). Sum of RGB (Red+Green+Blue) = 192+224+69=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E045 is #3F1FBA. Grayscale: #C5C5C5. Windows color (decimal): -4136891 or 4579520. OLE color: 4579520.

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

Color convert

RGB 192 224 69 -
CMYK 0.14 0 0.69 0.12
HSL 72.39º 0.71% 0.57% -
HSV(B) 72.39º 0.69% 0.88% -
XYZ 49.47 64.95 15.56 -
YUV 196.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 192 224 69 0.14 0 0.69 0.12 72.39 0.71 0.57
Hex C0 E0 45 E 0 45 C 48 47 39
Octal 300 340 105 16 0 105 14 110 107 71
Binary 11000000 11100000 1000101 1110 0 1000101 1100 1001000 1000111 111001

Color Harmonies of #C0E045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E045

Black with #C0E045

Text Example


Text Example

White with #C0E045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E045; }

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

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

background-color css

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

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

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

border-color css

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

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

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