Html Css Color HEX #C5E530 Las Palmas

📋 copy color: '#C5E530'

red 197 ◦ green 229 ◦ blue 48

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

Shades of Las Palmas #C5E530

Tints of Las Palmas #C5E530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.13%

R = 41.56%
G = 48.31%
B = 10.13%

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

#C5E530 (or 0xC5E530) is known color: Las Palmas. HEX triplet: C5, E5 and 30. RGB value is (197,229,48). Sum of RGB (Red+Green+Blue) = 197+229+48=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E530 is #3A1ACF. Grayscale: #C7C7C7. Windows color (decimal): -3807952 or 3204549. OLE color: 3204549.

HSL color Cylindrical-coordinate representation of color #C5E530: hue angle of 70.61º 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 #C5E530 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 229 48 -
CMYK 0.14 0 0.79 0.10
HSL 70.61º 0.78% 0.54% -
HSV(B) 70.61º 0.79% 0.9% -
XYZ 51.58 68.12 13.23 -
YUV 198.8 42.9 126.72 -
System Red Green Blue C M Y K H S L
Decimal 197 229 48 0.14 0 0.79 0.10 70.61 0.78 0.54
Hex C5 E5 30 E 0 4F A 47 4E 36
Octal 305 345 60 16 0 117 12 107 116 66
Binary 11000101 11100101 110000 1110 0 1001111 1010 1000111 1001110 110110

Color Harmonies of #C5E530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E530

Black with #C5E530

Text Example


Text Example

White with #C5E530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E530; }

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

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

background-color css

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

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

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

border-color css

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

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

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