Html Css Color HEX #C3E141 Las Palmas

📋 copy color: '#C3E141'

red 195 ◦ green 225 ◦ blue 65

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

Shades of Las Palmas #C3E141

Tints of Las Palmas #C3E141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.4%

R = 40.21%
G = 46.39%
B = 13.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#C3E141 (or 0xC3E141) is known color: Las Palmas. HEX triplet: C3, E1 and 41. RGB value is (195,225,65). Sum of RGB (Red+Green+Blue) = 195+225+65=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E141 is #3C1EBE. Grayscale: #C6C6C6. Windows color (decimal): -3940031 or 4317635. OLE color: 4317635.

HSL color Cylindrical-coordinate representation of color #C3E141: hue angle of 71.25º 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 #C3E141 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 225 65 -
CMYK 0.13 0 0.71 0.12
HSL 71.25º 0.73% 0.57% -
HSV(B) 71.25º 0.71% 0.88% -
XYZ 50.39 65.83 15.05 -
YUV 197.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 195 225 65 0.13 0 0.71 0.12 71.25 0.73 0.57
Hex C3 E1 41 D 0 47 C 47 49 39
Octal 303 341 101 15 0 107 14 107 111 71
Binary 11000011 11100001 1000001 1101 0 1000111 1100 1000111 1001001 111001

Color Harmonies of #C3E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E141

Black with #C3E141

Text Example


Text Example

White with #C3E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E141; }

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

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

background-color css

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

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

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

border-color css

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

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

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