Html Css Color HEX #C5E133 Las Palmas

📋 copy color: '#C5E133'

red 197 ◦ green 225 ◦ blue 51

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

Shades of Las Palmas #C5E133

Tints of Las Palmas #C5E133

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 51 (20.31% from 255) = 10.78%

R = 41.65%
G = 47.57%
B = 10.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#C5E133 (or 0xC5E133) is known color: Las Palmas. HEX triplet: C5, E1 and 33. RGB value is (197,225,51). Sum of RGB (Red+Green+Blue) = 197+225+51=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E133 is #3A1ECC. Grayscale: #C5C5C5. Windows color (decimal): -3808973 or 3400133. OLE color: 3400133.

HSL color Cylindrical-coordinate representation of color #C5E133: hue angle of 69.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5E133 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 51 -
CMYK 0.12 0 0.77 0.12
HSL 69.66º 0.74% 0.54% -
HSV(B) 69.66º 0.77% 0.88% -
XYZ 50.55 65.96 13.2 -
YUV 196.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 197 225 51 0.12 0 0.77 0.12 69.66 0.74 0.54
Hex C5 E1 33 C 0 4D C 46 4A 36
Octal 305 341 63 14 0 115 14 106 112 66
Binary 11000101 11100001 110011 1100 0 1001101 1100 1000110 1001010 110110

Color Harmonies of #C5E133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E133

Black with #C5E133

Text Example


Text Example

White with #C5E133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E133; }

 p { color: rgb(197,225,51); }

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

background-color css

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

 a { background-color: rgb(197,225,51); }

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

border-color css

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

 span { border-color: rgb(197,225,51); }

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