Html Css Color HEX #C0ED41 Las Palmas

📋 copy color: '#C0ED41'

red 192 ◦ green 237 ◦ blue 65

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

Shades of Las Palmas #C0ED41

Tints of Las Palmas #C0ED41

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.98%

 BLUE value IS 65 (25.78% from 255) = 13.16%

R = 38.87%
G = 47.98%
B = 13.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#C0ED41 (or 0xC0ED41) is known color: Las Palmas. HEX triplet: C0, ED and 41. RGB value is (192,237,65). Sum of RGB (Red+Green+Blue) = 192+237+65=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED41 is #3F12BE. Grayscale: #CCCCCC. Windows color (decimal): -4133567 or 4320704. OLE color: 4320704.

HSL color Cylindrical-coordinate representation of color #C0ED41: hue angle of 75.7º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0ED41 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 65 -
CMYK 0.19 0 0.73 0.07
HSL 75.7º 0.83% 0.59% -
HSV(B) 75.7º 0.73% 0.93% -
XYZ 52.98 72.16 16.14 -
YUV 203.94 49.59 119.49 -
System Red Green Blue C M Y K H S L
Decimal 192 237 65 0.19 0 0.73 0.07 75.7 0.83 0.59
Hex C0 ED 41 13 0 49 7 4C 53 3B
Octal 300 355 101 23 0 111 7 114 123 73
Binary 11000000 11101101 1000001 10011 0 1001001 111 1001100 1010011 111011

Color Harmonies of #C0ED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED41

Black with #C0ED41

Text Example


Text Example

White with #C0ED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED41; }

 p { color: rgb(192,237,65); }

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

background-color css

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

 a { background-color: rgb(192,237,65); }

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

border-color css

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

 span { border-color: rgb(192,237,65); }

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