Html Css Color HEX #C0E134 Las Palmas

📋 copy color: '#C0E134'

red 192 ◦ green 225 ◦ blue 52

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

Shades of Las Palmas #C0E134

Tints of Las Palmas #C0E134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.09%

R = 40.94%
G = 47.97%
B = 11.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#C0E134 (or 0xC0E134) is known color: Las Palmas. HEX triplet: C0, E1 and 34. RGB value is (192,225,52). Sum of RGB (Red+Green+Blue) = 192+225+52=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E134 is #3F1ECB. Grayscale: #C4C4C4. Windows color (decimal): -4136652 or 3465664. OLE color: 3465664.

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

Color convert

RGB 192 225 52 -
CMYK 0.15 0 0.77 0.12
HSL 71.45º 0.74% 0.54% -
HSV(B) 71.45º 0.77% 0.88% -
XYZ 49.28 65.3 13.26 -
YUV 195.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 192 225 52 0.15 0 0.77 0.12 71.45 0.74 0.54
Hex C0 E1 34 F 0 4D C 47 4A 36
Octal 300 341 64 17 0 115 14 107 112 66
Binary 11000000 11100001 110100 1111 0 1001101 1100 1000111 1001010 110110

Color Harmonies of #C0E134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E134

Black with #C0E134

Text Example


Text Example

White with #C0E134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E134; }

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

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

background-color css

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

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

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

border-color css

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

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

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