Html Css Color HEX #C5E52F Las Palmas

📋 copy color: '#C5E52F'

red 197 ◦ green 229 ◦ blue 47

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

Shades of Las Palmas #C5E52F

Tints of Las Palmas #C5E52F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

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

R = 41.65%
G = 48.41%
B = 9.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#C5E52F (or 0xC5E52F) is known color: Las Palmas. HEX triplet: C5, E5 and 2F. RGB value is (197,229,47). Sum of RGB (Red+Green+Blue) = 197+229+47=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E52F is #3A1AD0. Grayscale: #C7C7C7. Windows color (decimal): -3807953 or 3139013. OLE color: 3139013.

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

Color convert

RGB 197 229 47 -
CMYK 0.14 0 0.79 0.10
HSL 70.55º 0.78% 0.54% -
HSV(B) 70.55º 0.79% 0.9% -
XYZ 51.56 68.11 13.12 -
YUV 198.68 42.4 126.8 -
System Red Green Blue C M Y K H S L
Decimal 197 229 47 0.14 0 0.79 0.10 70.55 0.78 0.54
Hex C5 E5 2F E 0 4F A 47 4E 36
Octal 305 345 57 16 0 117 12 107 116 66
Binary 11000101 11100101 101111 1110 0 1001111 1010 1000111 1001110 110110

Color Harmonies of #C5E52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E52F

Black with #C5E52F

Text Example


Text Example

White with #C5E52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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