Html Css Color HEX #C5DD42 Las Palmas

📋 copy color: '#C5DD42'

red 197 ◦ green 221 ◦ blue 66

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

Shades of Las Palmas #C5DD42

Tints of Las Palmas #C5DD42

RGB

 RED value IS 197 (77.34% from 255) = 40.7%

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

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 40.7%
G = 45.66%
B = 13.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#C5DD42 (or 0xC5DD42) is known color: Las Palmas. HEX triplet: C5, DD and 42. RGB value is (197,221,66). Sum of RGB (Red+Green+Blue) = 197+221+66=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD42 is #3A22BD. Grayscale: #C4C4C4. Windows color (decimal): -3809982 or 4382149. OLE color: 4382149.

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

Color convert

RGB 197 221 66 -
CMYK 0.11 0 0.70 0.13
HSL 69.29º 0.7% 0.56% -
HSV(B) 69.29º 0.7% 0.87% -
XYZ 49.87 63.98 14.87 -
YUV 196.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 197 221 66 0.11 0 0.70 0.13 69.29 0.7 0.56
Hex C5 DD 42 B 0 46 D 45 46 38
Octal 305 335 102 13 0 106 15 105 106 70
Binary 11000101 11011101 1000010 1011 0 1000110 1101 1000101 1000110 111000

Color Harmonies of #C5DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD42

Black with #C5DD42

Text Example


Text Example

White with #C5DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD42; }

 p { color: rgb(197,221,66); }

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

background-color css

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

 a { background-color: rgb(197,221,66); }

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

border-color css

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

 span { border-color: rgb(197,221,66); }

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