Html Css Color HEX #C5E230 Las Palmas

📋 copy color: '#C5E230'

red 197 ◦ green 226 ◦ blue 48

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

Shades of Las Palmas #C5E230

Tints of Las Palmas #C5E230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

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

R = 41.83%
G = 47.98%
B = 10.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#C5E230 (or 0xC5E230) is known color: Las Palmas. HEX triplet: C5, E2 and 30. RGB value is (197,226,48). Sum of RGB (Red+Green+Blue) = 197+226+48=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E230 is #3A1DCF. Grayscale: #C5C5C5. Windows color (decimal): -3808720 or 3203781. OLE color: 3203781.

HSL color Cylindrical-coordinate representation of color #C5E230: hue angle of 69.78º degrees, saturation: 0.75, 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 #C5E230 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 226 48 -
CMYK 0.13 0 0.79 0.11
HSL 69.78º 0.75% 0.54% -
HSV(B) 69.78º 0.79% 0.89% -
XYZ 50.76 66.48 12.95 -
YUV 197.04 43.89 127.97 -
System Red Green Blue C M Y K H S L
Decimal 197 226 48 0.13 0 0.79 0.11 69.78 0.75 0.54
Hex C5 E2 30 D 0 4F B 46 4B 36
Octal 305 342 60 15 0 117 13 106 113 66
Binary 11000101 11100010 110000 1101 0 1001111 1011 1000110 1001011 110110

Color Harmonies of #C5E230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E230

Black with #C5E230

Text Example


Text Example

White with #C5E230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E230; }

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

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

background-color css

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

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

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

border-color css

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

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

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