Html Css Color HEX #C0EB2C Las Palmas

📋 copy color: '#C0EB2C'

red 192 ◦ green 235 ◦ blue 44

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

Shades of Las Palmas #C0EB2C

Tints of Las Palmas #C0EB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.89%

 BLUE value IS 44 (17.58% from 255) = 9.34%

R = 40.76%
G = 49.89%
B = 9.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#C0EB2C (or 0xC0EB2C) is known color: Las Palmas. HEX triplet: C0, EB and 2C. RGB value is (192,235,44). Sum of RGB (Red+Green+Blue) = 192+235+44=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB2C is #3F14D3. Grayscale: #C9C9C9. Windows color (decimal): -4134100 or 2943936. OLE color: 2943936.

HSL color Cylindrical-coordinate representation of color #C0EB2C: hue angle of 73.51º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0EB2C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 44 -
CMYK 0.18 0 0.81 0.08
HSL 73.51º 0.83% 0.55% -
HSV(B) 73.51º 0.81% 0.92% -
XYZ 51.9 70.8 13.31 -
YUV 200.37 39.75 122.03 -
System Red Green Blue C M Y K H S L
Decimal 192 235 44 0.18 0 0.81 0.08 73.51 0.83 0.55
Hex C0 EB 2C 12 0 51 8 4A 53 37
Octal 300 353 54 22 0 121 10 112 123 67
Binary 11000000 11101011 101100 10010 0 1010001 1000 1001010 1010011 110111

Color Harmonies of #C0EB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB2C

Black with #C0EB2C

Text Example


Text Example

White with #C0EB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB2C; }

 p { color: rgb(192,235,44); }

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

background-color css

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

 a { background-color: rgb(192,235,44); }

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

border-color css

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

 span { border-color: rgb(192,235,44); }

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