Html Css Color HEX #C8D54D Las Palmas

📋 copy color: '#C8D54D'

red 200 ◦ green 213 ◦ blue 77

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

Shades of Las Palmas #C8D54D

Tints of Las Palmas #C8D54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 77 (30.47% from 255) = 15.71%

R = 40.82%
G = 43.47%
B = 15.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#C8D54D (or 0xC8D54D) is known color: Las Palmas. HEX triplet: C8, D5 and 4D. RGB value is (200,213,77). Sum of RGB (Red+Green+Blue) = 200+213+77=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D54D is #372AB2. Grayscale: #C2C2C2. Windows color (decimal): -3615411 or 5101000. OLE color: 5101000.

HSL color Cylindrical-coordinate representation of color #C8D54D: hue angle of 65.74º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8D54D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 213 77 -
CMYK 0.06 0 0.64 0.16
HSL 65.74º 0.62% 0.57% -
HSV(B) 65.74º 0.64% 0.84% -
XYZ 48.95 60.4 16.1 -
YUV 193.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 200 213 77 0.06 0 0.64 0.16 65.74 0.62 0.57
Hex C8 D5 4D 6 0 40 10 42 3E 39
Octal 310 325 115 6 0 100 20 102 76 71
Binary 11001000 11010101 1001101 110 0 1000000 10000 1000010 111110 111001

Color Harmonies of #C8D54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D54D

Black with #C8D54D

Text Example


Text Example

White with #C8D54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D54D; }

 p { color: rgb(200,213,77); }

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

background-color css

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

 a { background-color: rgb(200,213,77); }

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

border-color css

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

 span { border-color: rgb(200,213,77); }

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