Html Css Color HEX #C2DD40 Las Palmas

📋 copy color: '#C2DD40'

red 194 ◦ green 221 ◦ blue 64

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

Shades of Las Palmas #C2DD40

Tints of Las Palmas #C2DD40

RGB

 RED value IS 194 (76.17% from 255) = 40.5%

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

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

R = 40.5%
G = 46.14%
B = 13.36%

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

#C2DD40 (or 0xC2DD40) is known color: Las Palmas. HEX triplet: C2, DD and 40. RGB value is (194,221,64). Sum of RGB (Red+Green+Blue) = 194+221+64=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD40 is #3D22BF. Grayscale: #C3C3C3. Windows color (decimal): -4006592 or 4251074. OLE color: 4251074.

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

Color convert

RGB 194 221 64 -
CMYK 0.12 0 0.71 0.13
HSL 70.32º 0.7% 0.56% -
HSV(B) 70.32º 0.71% 0.87% -
XYZ 49.03 63.55 14.53 -
YUV 195.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 194 221 64 0.12 0 0.71 0.13 70.32 0.7 0.56
Hex C2 DD 40 C 0 47 D 46 46 38
Octal 302 335 100 14 0 107 15 106 106 70
Binary 11000010 11011101 1000000 1100 0 1000111 1101 1000110 1000110 111000

Color Harmonies of #C2DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD40

Black with #C2DD40

Text Example


Text Example

White with #C2DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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