Html Css Color HEX #C8D13F Las Palmas

📋 copy color: '#C8D13F'

red 200 ◦ green 209 ◦ blue 63

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

Shades of Las Palmas #C8D13F

Tints of Las Palmas #C8D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 63 (25% from 255) = 13.35%

R = 42.37%
G = 44.28%
B = 13.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#C8D13F (or 0xC8D13F) is known color: Las Palmas. HEX triplet: C8, D1 and 3F. RGB value is (200,209,63). Sum of RGB (Red+Green+Blue) = 200+209+63=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D13F is #372EC0. Grayscale: #BEBEBE. Windows color (decimal): -3616449 or 4182472. OLE color: 4182472.

HSL color Cylindrical-coordinate representation of color #C8D13F: hue angle of 63.7º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8D13F is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 209 63 -
CMYK 0.04 0 0.70 0.18
HSL 63.7º 0.61% 0.53% -
HSV(B) 63.7º 0.7% 0.82% -
XYZ 47.52 58.24 13.44 -
YUV 189.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 200 209 63 0.04 0 0.70 0.18 63.7 0.61 0.53
Hex C8 D1 3F 4 0 46 12 40 3D 35
Octal 310 321 77 4 0 106 22 100 75 65
Binary 11001000 11010001 111111 100 0 1000110 10010 1000000 111101 110101

Color Harmonies of #C8D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D13F

Black with #C8D13F

Text Example


Text Example

White with #C8D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D13F; }

 p { color: rgb(200,209,63); }

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

background-color css

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

 a { background-color: rgb(200,209,63); }

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

border-color css

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

 span { border-color: rgb(200,209,63); }

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