Html Css Color HEX #C0F042 Las Palmas

📋 copy color: '#C0F042'

red 192 ◦ green 240 ◦ blue 66

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

Shades of Las Palmas #C0F042

Tints of Las Palmas #C0F042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.19%

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

R = 38.55%
G = 48.19%
B = 13.25%

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

#C0F042 (or 0xC0F042) is known color: Las Palmas. HEX triplet: C0, F0 and 42. RGB value is (192,240,66). Sum of RGB (Red+Green+Blue) = 192+240+66=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F042 is #3F0FBD. Grayscale: #CECECE. Windows color (decimal): -4132798 or 4387008. OLE color: 4387008.

HSL color Cylindrical-coordinate representation of color #C0F042: hue angle of 76.55º degrees, saturation: 0.85, 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 #C0F042 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 66 -
CMYK 0.20 0 0.72 0.06
HSL 76.55º 0.85% 0.6% -
HSV(B) 76.55º 0.73% 0.94% -
XYZ 53.88 73.92 16.58 -
YUV 205.81 49.1 118.15 -
System Red Green Blue C M Y K H S L
Decimal 192 240 66 0.20 0 0.72 0.06 76.55 0.85 0.6
Hex C0 F0 42 14 0 48 6 4D 55 3C
Octal 300 360 102 24 0 110 6 115 125 74
Binary 11000000 11110000 1000010 10100 0 1001000 110 1001101 1010101 111100

Color Harmonies of #C0F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F042

Black with #C0F042

Text Example


Text Example

White with #C0F042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F042; }

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

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

background-color css

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

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

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

border-color css

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

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

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