Html Css Color HEX #C5E031 Las Palmas

📋 copy color: '#C5E031'

red 197 ◦ green 224 ◦ blue 49

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

Shades of Las Palmas #C5E031

Tints of Las Palmas #C5E031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.66%

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 41.91%
G = 47.66%
B = 10.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#C5E031 (or 0xC5E031) is known color: Las Palmas. HEX triplet: C5, E0 and 31. RGB value is (197,224,49). Sum of RGB (Red+Green+Blue) = 197+224+49=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E031 is #3A1FCE. Grayscale: #C4C4C4. Windows color (decimal): -3809231 or 3268805. OLE color: 3268805.

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

Color convert

RGB 197 224 49 -
CMYK 0.12 0 0.78 0.12
HSL 69.26º 0.74% 0.54% -
HSV(B) 69.26º 0.78% 0.88% -
XYZ 50.24 65.4 12.88 -
YUV 195.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 197 224 49 0.12 0 0.78 0.12 69.26 0.74 0.54
Hex C5 E0 31 C 0 4E C 45 4A 36
Octal 305 340 61 14 0 116 14 105 112 66
Binary 11000101 11100000 110001 1100 0 1001110 1100 1000101 1001010 110110

Color Harmonies of #C5E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E031

Black with #C5E031

Text Example


Text Example

White with #C5E031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E031; }

 p { color: rgb(197,224,49); }

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

background-color css

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

 a { background-color: rgb(197,224,49); }

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

border-color css

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

 span { border-color: rgb(197,224,49); }

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