Html Css Color HEX #C8DD41 Las Palmas

📋 copy color: '#C8DD41'

red 200 ◦ green 221 ◦ blue 65

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

Shades of Las Palmas #C8DD41

Tints of Las Palmas #C8DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 41.15%
G = 45.47%
B = 13.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#C8DD41 (or 0xC8DD41) is known color: Las Palmas. HEX triplet: C8, DD and 41. RGB value is (200,221,65). Sum of RGB (Red+Green+Blue) = 200+221+65=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD41 is #3722BE. Grayscale: #C5C5C5. Windows color (decimal): -3613375 or 4316616. OLE color: 4316616.

HSL color Cylindrical-coordinate representation of color #C8DD41: hue angle of 68.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8DD41 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 65 -
CMYK 0.10 0 0.71 0.13
HSL 68.08º 0.7% 0.56% -
HSV(B) 68.08º 0.71% 0.87% -
XYZ 50.63 64.37 14.76 -
YUV 196.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 200 221 65 0.10 0 0.71 0.13 68.08 0.7 0.56
Hex C8 DD 41 A 0 47 D 44 46 38
Octal 310 335 101 12 0 107 15 104 106 70
Binary 11001000 11011101 1000001 1010 0 1000111 1101 1000100 1000110 111000

Color Harmonies of #C8DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD41

Black with #C8DD41

Text Example


Text Example

White with #C8DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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