Html Css Color HEX #C0D046 Las Palmas

📋 copy color: '#C0D046'

red 192 ◦ green 208 ◦ blue 70

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

Shades of Las Palmas #C0D046

Tints of Las Palmas #C0D046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 70 (27.73% from 255) = 14.89%

R = 40.85%
G = 44.26%
B = 14.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#C0D046 (or 0xC0D046) is known color: Las Palmas. HEX triplet: C0, D0 and 46. RGB value is (192,208,70). Sum of RGB (Red+Green+Blue) = 192+208+70=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D046 is #3F2FB9. Grayscale: #BCBCBC. Windows color (decimal): -4140986 or 4640960. OLE color: 4640960.

HSL color Cylindrical-coordinate representation of color #C0D046: hue angle of 66.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0D046 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 70 -
CMYK 0.08 0 0.66 0.18
HSL 66.96º 0.59% 0.55% -
HSV(B) 66.96º 0.66% 0.82% -
XYZ 45.4 56.76 14.36 -
YUV 187.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 192 208 70 0.08 0 0.66 0.18 66.96 0.59 0.55
Hex C0 D0 46 8 0 42 12 43 3B 37
Octal 300 320 106 10 0 102 22 103 73 67
Binary 11000000 11010000 1000110 1000 0 1000010 10010 1000011 111011 110111

Color Harmonies of #C0D046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D046

Black with #C0D046

Text Example


Text Example

White with #C0D046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D046; }

 p { color: rgb(192,208,70); }

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

background-color css

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

 a { background-color: rgb(192,208,70); }

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

border-color css

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

 span { border-color: rgb(192,208,70); }

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