Html Css Color HEX #C3D140 Las Palmas

📋 copy color: '#C3D140'

red 195 ◦ green 209 ◦ blue 64

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

Shades of Las Palmas #C3D140

Tints of Las Palmas #C3D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

 BLUE value IS 64 (25.39% from 255) = 13.68%

R = 41.67%
G = 44.66%
B = 13.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#C3D140 (or 0xC3D140) is known color: Las Palmas. HEX triplet: C3, D1 and 40. RGB value is (195,209,64). Sum of RGB (Red+Green+Blue) = 195+209+64=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D140 is #3C2EBF. Grayscale: #BCBCBC. Windows color (decimal): -3944128 or 4248003. OLE color: 4248003.

HSL color Cylindrical-coordinate representation of color #C3D140: hue angle of 65.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3D140 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 209 64 -
CMYK 0.07 0 0.69 0.18
HSL 65.79º 0.61% 0.54% -
HSV(B) 65.79º 0.69% 0.82% -
XYZ 46.23 57.57 13.53 -
YUV 188.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 195 209 64 0.07 0 0.69 0.18 65.79 0.61 0.54
Hex C3 D1 40 7 0 45 12 42 3D 36
Octal 303 321 100 7 0 105 22 102 75 66
Binary 11000011 11010001 1000000 111 0 1000101 10010 1000010 111101 110110

Color Harmonies of #C3D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D140

Black with #C3D140

Text Example


Text Example

White with #C3D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D140; }

 p { color: rgb(195,209,64); }

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

background-color css

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

 a { background-color: rgb(195,209,64); }

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

border-color css

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

 span { border-color: rgb(195,209,64); }

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