Html Css Color HEX #C8DA41 Las Palmas

📋 copy color: '#C8DA41'

red 200 ◦ green 218 ◦ blue 65

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

Shades of Las Palmas #C8DA41

Tints of Las Palmas #C8DA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.46%

R = 41.41%
G = 45.13%
B = 13.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#C8DA41 (or 0xC8DA41) is known color: Las Palmas. HEX triplet: C8, DA and 41. RGB value is (200,218,65). Sum of RGB (Red+Green+Blue) = 200+218+65=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA41 is #3725BE. Grayscale: #C3C3C3. Windows color (decimal): -3614143 or 4315848. OLE color: 4315848.

HSL color Cylindrical-coordinate representation of color #C8DA41: hue angle of 67.06º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8DA41 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 65 -
CMYK 0.08 0 0.70 0.15
HSL 67.06º 0.67% 0.55% -
HSV(B) 67.06º 0.7% 0.85% -
XYZ 49.84 62.8 14.5 -
YUV 195.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 200 218 65 0.08 0 0.70 0.15 67.06 0.67 0.55
Hex C8 DA 41 8 0 46 F 43 43 37
Octal 310 332 101 10 0 106 17 103 103 67
Binary 11001000 11011010 1000001 1000 0 1000110 1111 1000011 1000011 110111

Color Harmonies of #C8DA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DA41

Black with #C8DA41

Text Example


Text Example

White with #C8DA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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