Html Css Color HEX #C3E145 Las Palmas

📋 copy color: '#C3E145'

red 195 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #C3E145

Tints of Las Palmas #C3E145

RGB

 RED value IS 195 (76.56% from 255) = 39.88%

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

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

R = 39.88%
G = 46.01%
B = 14.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#C3E145 (or 0xC3E145) is known color: Las Palmas. HEX triplet: C3, E1 and 45. RGB value is (195,225,69). Sum of RGB (Red+Green+Blue) = 195+225+69=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E145 is #3C1EBA. Grayscale: #C6C6C6. Windows color (decimal): -3940027 or 4579779. OLE color: 4579779.

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

Color convert

RGB 195 225 69 -
CMYK 0.13 0 0.69 0.12
HSL 71.54º 0.72% 0.58% -
HSV(B) 71.54º 0.69% 0.88% -
XYZ 50.51 65.88 15.68 -
YUV 198.25 55.06 125.68 -
System Red Green Blue C M Y K H S L
Decimal 195 225 69 0.13 0 0.69 0.12 71.54 0.72 0.58
Hex C3 E1 45 D 0 45 C 48 48 3A
Octal 303 341 105 15 0 105 14 110 110 72
Binary 11000011 11100001 1000101 1101 0 1000101 1100 1001000 1001000 111010

Color Harmonies of #C3E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E145

Black with #C3E145

Text Example


Text Example

White with #C3E145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E145; }

 p { color: rgb(195,225,69); }

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

background-color css

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

 a { background-color: rgb(195,225,69); }

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

border-color css

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

 span { border-color: rgb(195,225,69); }

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