Html Css Color HEX #C5E42F Las Palmas

📋 copy color: '#C5E42F'

red 197 ◦ green 228 ◦ blue 47

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

Shades of Las Palmas #C5E42F

Tints of Las Palmas #C5E42F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.31%

 BLUE value IS 47 (18.75% from 255) = 9.96%

R = 41.74%
G = 48.31%
B = 9.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#C5E42F (or 0xC5E42F) is known color: Las Palmas. HEX triplet: C5, E4 and 2F. RGB value is (197,228,47). Sum of RGB (Red+Green+Blue) = 197+228+47=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E42F is #3A1BD0. Grayscale: #C6C6C6. Windows color (decimal): -3808209 or 3138757. OLE color: 3138757.

HSL color Cylindrical-coordinate representation of color #C5E42F: hue angle of 70.28º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5E42F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 228 47 -
CMYK 0.14 0 0.79 0.11
HSL 70.28º 0.77% 0.54% -
HSV(B) 70.28º 0.79% 0.89% -
XYZ 51.28 67.56 13.03 -
YUV 198.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 197 228 47 0.14 0 0.79 0.11 70.28 0.77 0.54
Hex C5 E4 2F E 0 4F B 46 4D 36
Octal 305 344 57 16 0 117 13 106 115 66
Binary 11000101 11100100 101111 1110 0 1001111 1011 1000110 1001101 110110

Color Harmonies of #C5E42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E42F

Black with #C5E42F

Text Example


Text Example

White with #C5E42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E42F; }

 p { color: rgb(197,228,47); }

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

background-color css

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

 a { background-color: rgb(197,228,47); }

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

border-color css

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

 span { border-color: rgb(197,228,47); }

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