Html Css Color HEX #C0EF41 Las Palmas

📋 copy color: '#C0EF41'

red 192 ◦ green 239 ◦ blue 65

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

Shades of Las Palmas #C0EF41

Tints of Las Palmas #C0EF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.19%

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

R = 38.71%
G = 48.19%
B = 13.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#C0EF41 (or 0xC0EF41) is known color: Las Palmas. HEX triplet: C0, EF and 41. RGB value is (192,239,65). Sum of RGB (Red+Green+Blue) = 192+239+65=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF41 is #3F10BE. Grayscale: #CDCDCD. Windows color (decimal): -4133055 or 4321216. OLE color: 4321216.

HSL color Cylindrical-coordinate representation of color #C0EF41: hue angle of 76.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0EF41 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 65 -
CMYK 0.20 0 0.73 0.06
HSL 76.21º 0.84% 0.6% -
HSV(B) 76.21º 0.73% 0.94% -
XYZ 53.56 73.32 16.33 -
YUV 205.11 48.93 118.65 -
System Red Green Blue C M Y K H S L
Decimal 192 239 65 0.20 0 0.73 0.06 76.21 0.84 0.6
Hex C0 EF 41 14 0 49 6 4C 54 3C
Octal 300 357 101 24 0 111 6 114 124 74
Binary 11000000 11101111 1000001 10100 0 1001001 110 1001100 1010100 111100

Color Harmonies of #C0EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF41

Black with #C0EF41

Text Example


Text Example

White with #C0EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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