Html Css Color HEX #C0EA3D Las Palmas

📋 copy color: '#C0EA3D'

red 192 ◦ green 234 ◦ blue 61

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

Shades of Las Palmas #C0EA3D

Tints of Las Palmas #C0EA3D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

 BLUE value IS 61 (24.22% from 255) = 12.53%

R = 39.43%
G = 48.05%
B = 12.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#C0EA3D (or 0xC0EA3D) is known color: Las Palmas. HEX triplet: C0, EA and 3D. RGB value is (192,234,61). Sum of RGB (Red+Green+Blue) = 192+234+61=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA3D is #3F15C2. Grayscale: #CACACA. Windows color (decimal): -4134339 or 4057792. OLE color: 4057792.

HSL color Cylindrical-coordinate representation of color #C0EA3D: hue angle of 74.57º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0EA3D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 234 61 -
CMYK 0.18 0 0.74 0.08
HSL 74.57º 0.8% 0.58% -
HSV(B) 74.57º 0.74% 0.92% -
XYZ 52 70.39 15.26 -
YUV 201.72 48.59 121.07 -
System Red Green Blue C M Y K H S L
Decimal 192 234 61 0.18 0 0.74 0.08 74.57 0.8 0.58
Hex C0 EA 3D 12 0 4A 8 4B 50 3A
Octal 300 352 75 22 0 112 10 113 120 72
Binary 11000000 11101010 111101 10010 0 1001010 1000 1001011 1010000 111010

Color Harmonies of #C0EA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EA3D

Black with #C0EA3D

Text Example


Text Example

White with #C0EA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EA3D; }

 p { color: rgb(192,234,61); }

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

background-color css

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

 a { background-color: rgb(192,234,61); }

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

border-color css

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

 span { border-color: rgb(192,234,61); }

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