Html Css Color HEX #C0E131 Las Palmas

📋 copy color: '#C0E131'

red 192 ◦ green 225 ◦ blue 49

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

Shades of Las Palmas #C0E131

Tints of Las Palmas #C0E131

RGB

 RED value IS 192 (75.39% from 255) = 41.2%

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

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

R = 41.2%
G = 48.28%
B = 10.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#C0E131 (or 0xC0E131) is known color: Las Palmas. HEX triplet: C0, E1 and 31. RGB value is (192,225,49). Sum of RGB (Red+Green+Blue) = 192+225+49=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E131 is #3F1ECE. Grayscale: #C3C3C3. Windows color (decimal): -4136655 or 3269056. OLE color: 3269056.

HSL color Cylindrical-coordinate representation of color #C0E131: hue angle of 71.25º degrees, saturation: 0.75, 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 #C0E131 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 49 -
CMYK 0.15 0 0.78 0.12
HSL 71.25º 0.75% 0.54% -
HSV(B) 71.25º 0.78% 0.88% -
XYZ 49.22 65.28 12.91 -
YUV 195.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 192 225 49 0.15 0 0.78 0.12 71.25 0.75 0.54
Hex C0 E1 31 F 0 4E C 47 4B 36
Octal 300 341 61 17 0 116 14 107 113 66
Binary 11000000 11100001 110001 1111 0 1001110 1100 1000111 1001011 110110

Color Harmonies of #C0E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E131

Black with #C0E131

Text Example


Text Example

White with #C0E131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E131; }

 p { color: rgb(192,225,49); }

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

background-color css

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

 a { background-color: rgb(192,225,49); }

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

border-color css

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

 span { border-color: rgb(192,225,49); }

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