Html Css Color HEX #C0E62D Las Palmas

📋 copy color: '#C0E62D'

red 192 ◦ green 230 ◦ blue 45

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

Shades of Las Palmas #C0E62D

Tints of Las Palmas #C0E62D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

 BLUE value IS 45 (17.97% from 255) = 9.64%

R = 41.11%
G = 49.25%
B = 9.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#C0E62D (or 0xC0E62D) is known color: Las Palmas. HEX triplet: C0, E6 and 2D. RGB value is (192,230,45). Sum of RGB (Red+Green+Blue) = 192+230+45=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E62D is #3F19D2. Grayscale: #C6C6C6. Windows color (decimal): -4135379 or 3008192. OLE color: 3008192.

HSL color Cylindrical-coordinate representation of color #C0E62D: hue angle of 72.32º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0E62D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 45 -
CMYK 0.17 0 0.80 0.10
HSL 72.32º 0.79% 0.54% -
HSV(B) 72.32º 0.8% 0.9% -
XYZ 50.51 67.99 12.94 -
YUV 197.55 41.91 124.04 -
System Red Green Blue C M Y K H S L
Decimal 192 230 45 0.17 0 0.80 0.10 72.32 0.79 0.54
Hex C0 E6 2D 11 0 50 A 48 4F 36
Octal 300 346 55 21 0 120 12 110 117 66
Binary 11000000 11100110 101101 10001 0 1010000 1010 1001000 1001111 110110

Color Harmonies of #C0E62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E62D

Black with #C0E62D

Text Example


Text Example

White with #C0E62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E62D; }

 p { color: rgb(192,230,45); }

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

background-color css

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

 a { background-color: rgb(192,230,45); }

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

border-color css

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

 span { border-color: rgb(192,230,45); }

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