Html Css Color HEX #C8DA4D Las Palmas

📋 copy color: '#C8DA4D'

red 200 ◦ green 218 ◦ blue 77

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

Shades of Las Palmas #C8DA4D

Tints of Las Palmas #C8DA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

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

R = 40.4%
G = 44.04%
B = 15.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C8DA4D (or 0xC8DA4D) is known color: Las Palmas. HEX triplet: C8, DA and 4D. RGB value is (200,218,77). Sum of RGB (Red+Green+Blue) = 200+218+77=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA4D is #3725B2. Grayscale: #C5C5C5. Windows color (decimal): -3614131 or 5102280. OLE color: 5102280.

HSL color Cylindrical-coordinate representation of color #C8DA4D: hue angle of 67.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8DA4D is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 77 -
CMYK 0.08 0 0.65 0.15
HSL 67.66º 0.66% 0.58% -
HSV(B) 67.66º 0.65% 0.85% -
XYZ 50.23 62.96 16.53 -
YUV 196.54 60.54 130.46 -
System Red Green Blue C M Y K H S L
Decimal 200 218 77 0.08 0 0.65 0.15 67.66 0.66 0.58
Hex C8 DA 4D 8 0 41 F 44 42 3A
Octal 310 332 115 10 0 101 17 104 102 72
Binary 11001000 11011010 1001101 1000 0 1000001 1111 1000100 1000010 111010

Color Harmonies of #C8DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DA4D

Black with #C8DA4D

Text Example


Text Example

White with #C8DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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