Html Css Color HEX #C0EF42 Las Palmas

📋 copy color: '#C0EF42'

red 192 ◦ green 239 ◦ blue 66

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

Shades of Las Palmas #C0EF42

Tints of Las Palmas #C0EF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 38.63%
G = 48.09%
B = 13.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#C0EF42 (or 0xC0EF42) is known color: Las Palmas. HEX triplet: C0, EF and 42. RGB value is (192,239,66). Sum of RGB (Red+Green+Blue) = 192+239+66=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF42 is #3F10BD. Grayscale: #CDCDCD. Windows color (decimal): -4133054 or 4386752. OLE color: 4386752.

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

Color convert

RGB 192 239 66 -
CMYK 0.20 0 0.72 0.06
HSL 76.3º 0.84% 0.6% -
HSV(B) 76.3º 0.72% 0.94% -
XYZ 53.59 73.33 16.48 -
YUV 205.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 192 239 66 0.20 0 0.72 0.06 76.3 0.84 0.6
Hex C0 EF 42 14 0 48 6 4C 54 3C
Octal 300 357 102 24 0 110 6 114 124 74
Binary 11000000 11101111 1000010 10100 0 1001000 110 1001100 1010100 111100

Color Harmonies of #C0EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF42

Black with #C0EF42

Text Example


Text Example

White with #C0EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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