Html Css Color HEX #C5DD45 Las Palmas

📋 copy color: '#C5DD45'

red 197 ◦ green 221 ◦ blue 69

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

Shades of Las Palmas #C5DD45

Tints of Las Palmas #C5DD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 40.45%
G = 45.38%
B = 14.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#C5DD45 (or 0xC5DD45) is known color: Las Palmas. HEX triplet: C5, DD and 45. RGB value is (197,221,69). Sum of RGB (Red+Green+Blue) = 197+221+69=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD45 is #3A22BA. Grayscale: #C5C5C5. Windows color (decimal): -3809979 or 4578757. OLE color: 4578757.

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

Color convert

RGB 197 221 69 -
CMYK 0.11 0 0.69 0.13
HSL 69.47º 0.69% 0.57% -
HSV(B) 69.47º 0.69% 0.87% -
XYZ 49.96 64.01 15.35 -
YUV 196.5 56.05 128.36 -
System Red Green Blue C M Y K H S L
Decimal 197 221 69 0.11 0 0.69 0.13 69.47 0.69 0.57
Hex C5 DD 45 B 0 45 D 45 45 39
Octal 305 335 105 13 0 105 15 105 105 71
Binary 11000101 11011101 1000101 1011 0 1000101 1101 1000101 1000101 111001

Color Harmonies of #C5DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD45

Black with #C5DD45

Text Example


Text Example

White with #C5DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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