Html Css Color HEX #C8DC46 Las Palmas

📋 copy color: '#C8DC46'

red 200 ◦ green 220 ◦ blue 70

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

Shades of Las Palmas #C8DC46

Tints of Las Palmas #C8DC46

RGB

 RED value IS 200 (78.52% from 255) = 40.82%

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 40.82%
G = 44.9%
B = 14.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#C8DC46 (or 0xC8DC46) is known color: Las Palmas. HEX triplet: C8, DC and 46. RGB value is (200,220,70). Sum of RGB (Red+Green+Blue) = 200+220+70=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC46 is #3723B9. Grayscale: #C5C5C5. Windows color (decimal): -3613626 or 4644040. OLE color: 4644040.

HSL color Cylindrical-coordinate representation of color #C8DC46: hue angle of 68º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8DC46 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 70 -
CMYK 0.09 0 0.68 0.14
HSL 68º 0.68% 0.57% -
HSV(B) 68º 0.68% 0.86% -
XYZ 50.52 63.91 15.47 -
YUV 196.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 200 220 70 0.09 0 0.68 0.14 68 0.68 0.57
Hex C8 DC 46 9 0 44 E 44 44 39
Octal 310 334 106 11 0 104 16 104 104 71
Binary 11001000 11011100 1000110 1001 0 1000100 1110 1000100 1000100 111001

Color Harmonies of #C8DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DC46

Black with #C8DC46

Text Example


Text Example

White with #C8DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DC46; }

 p { color: rgb(200,220,70); }

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

background-color css

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

 a { background-color: rgb(200,220,70); }

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

border-color css

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

 span { border-color: rgb(200,220,70); }

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