Html Css Color HEX #C5ED46 Las Palmas

📋 copy color: '#C5ED46'

red 197 ◦ green 237 ◦ blue 70

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

Shades of Las Palmas #C5ED46

Tints of Las Palmas #C5ED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 70 (27.73% from 255) = 13.89%

R = 39.09%
G = 47.02%
B = 13.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#C5ED46 (or 0xC5ED46) is known color: Las Palmas. HEX triplet: C5, ED and 46. RGB value is (197,237,70). Sum of RGB (Red+Green+Blue) = 197+237+70=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED46 is #3A12B9. Grayscale: #CECECE. Windows color (decimal): -3805882 or 4648389. OLE color: 4648389.

HSL color Cylindrical-coordinate representation of color #C5ED46: hue angle of 74.37º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5ED46 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 70 -
CMYK 0.17 0 0.70 0.07
HSL 74.37º 0.82% 0.6% -
HSV(B) 74.37º 0.7% 0.93% -
XYZ 54.42 72.88 16.99 -
YUV 206 51.25 121.58 -
System Red Green Blue C M Y K H S L
Decimal 197 237 70 0.17 0 0.70 0.07 74.37 0.82 0.6
Hex C5 ED 46 11 0 46 7 4A 52 3C
Octal 305 355 106 21 0 106 7 112 122 74
Binary 11000101 11101101 1000110 10001 0 1000110 111 1001010 1010010 111100

Color Harmonies of #C5ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ED46

Black with #C5ED46

Text Example


Text Example

White with #C5ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ED46; }

 p { color: rgb(197,237,70); }

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

background-color css

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

 a { background-color: rgb(197,237,70); }

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

border-color css

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

 span { border-color: rgb(197,237,70); }

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