Html Css Color HEX #C5ED42 Las Palmas

📋 copy color: '#C5ED42'

red 197 ◦ green 237 ◦ blue 66

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

Shades of Las Palmas #C5ED42

Tints of Las Palmas #C5ED42

RGB

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

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

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

R = 39.4%
G = 47.4%
B = 13.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#C5ED42 (or 0xC5ED42) is known color: Las Palmas. HEX triplet: C5, ED and 42. RGB value is (197,237,66). Sum of RGB (Red+Green+Blue) = 197+237+66=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED42 is #3A12BD. Grayscale: #CECECE. Windows color (decimal): -3805886 or 4386245. OLE color: 4386245.

HSL color Cylindrical-coordinate representation of color #C5ED42: hue angle of 74.04º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5ED42 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 66 -
CMYK 0.17 0 0.72 0.07
HSL 74.04º 0.83% 0.59% -
HSV(B) 74.04º 0.72% 0.93% -
XYZ 54.29 72.83 16.35 -
YUV 205.55 49.25 121.9 -
System Red Green Blue C M Y K H S L
Decimal 197 237 66 0.17 0 0.72 0.07 74.04 0.83 0.59
Hex C5 ED 42 11 0 48 7 4A 53 3B
Octal 305 355 102 21 0 110 7 112 123 73
Binary 11000101 11101101 1000010 10001 0 1001000 111 1001010 1010011 111011

Color Harmonies of #C5ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ED42

Black with #C5ED42

Text Example


Text Example

White with #C5ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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