Html Css Color HEX #C3DD40 Las Palmas

📋 copy color: '#C3DD40'

red 195 ◦ green 221 ◦ blue 64

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

Shades of Las Palmas #C3DD40

Tints of Las Palmas #C3DD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

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

R = 40.63%
G = 46.04%
B = 13.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#C3DD40 (or 0xC3DD40) is known color: Las Palmas. HEX triplet: C3, DD and 40. RGB value is (195,221,64). Sum of RGB (Red+Green+Blue) = 195+221+64=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DD40 is #3C22BF. Grayscale: #C3C3C3. Windows color (decimal): -3941056 or 4251075. OLE color: 4251075.

HSL color Cylindrical-coordinate representation of color #C3DD40: hue angle of 69.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3DD40 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 221 64 -
CMYK 0.12 0 0.71 0.13
HSL 69.94º 0.7% 0.56% -
HSV(B) 69.94º 0.71% 0.87% -
XYZ 49.29 63.69 14.55 -
YUV 195.33 53.89 127.77 -
System Red Green Blue C M Y K H S L
Decimal 195 221 64 0.12 0 0.71 0.13 69.94 0.7 0.56
Hex C3 DD 40 C 0 47 D 46 46 38
Octal 303 335 100 14 0 107 15 106 106 70
Binary 11000011 11011101 1000000 1100 0 1000111 1101 1000110 1000110 111000

Color Harmonies of #C3DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DD40

Black with #C3DD40

Text Example


Text Example

White with #C3DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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