Html Css Color HEX #C0ED3D Las Palmas

📋 copy color: '#C0ED3D'

red 192 ◦ green 237 ◦ blue 61

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

Shades of Las Palmas #C0ED3D

Tints of Las Palmas #C0ED3D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

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

R = 39.18%
G = 48.37%
B = 12.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#C0ED3D (or 0xC0ED3D) is known color: Las Palmas. HEX triplet: C0, ED and 3D. RGB value is (192,237,61). Sum of RGB (Red+Green+Blue) = 192+237+61=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED3D is #3F12C2. Grayscale: #CCCCCC. Windows color (decimal): -4133571 or 4058560. OLE color: 4058560.

HSL color Cylindrical-coordinate representation of color #C0ED3D: hue angle of 75.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0ED3D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 61 -
CMYK 0.19 0 0.74 0.07
HSL 75.34º 0.83% 0.58% -
HSV(B) 75.34º 0.74% 0.93% -
XYZ 52.86 72.11 15.55 -
YUV 203.48 47.59 119.81 -
System Red Green Blue C M Y K H S L
Decimal 192 237 61 0.19 0 0.74 0.07 75.34 0.83 0.58
Hex C0 ED 3D 13 0 4A 7 4B 53 3A
Octal 300 355 75 23 0 112 7 113 123 72
Binary 11000000 11101101 111101 10011 0 1001010 111 1001011 1010011 111010

Color Harmonies of #C0ED3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED3D

Black with #C0ED3D

Text Example


Text Example

White with #C0ED3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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