Html Css Color HEX #C8DD50 Las Palmas

📋 copy color: '#C8DD50'

red 200 ◦ green 221 ◦ blue 80

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

Shades of Las Palmas #C8DD50

Tints of Las Palmas #C8DD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 39.92%
G = 44.11%
B = 15.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#C8DD50 (or 0xC8DD50) is known color: Las Palmas. HEX triplet: C8, DD and 50. RGB value is (200,221,80). Sum of RGB (Red+Green+Blue) = 200+221+80=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD50 is #3722AF. Grayscale: #C7C7C7. Windows color (decimal): -3613360 or 5299656. OLE color: 5299656.

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

Color convert

RGB 200 221 80 -
CMYK 0.10 0 0.64 0.13
HSL 68.94º 0.67% 0.59% -
HSV(B) 68.94º 0.64% 0.87% -
XYZ 51.12 64.57 17.36 -
YUV 198.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 200 221 80 0.10 0 0.64 0.13 68.94 0.67 0.59
Hex C8 DD 50 A 0 40 D 45 43 3B
Octal 310 335 120 12 0 100 15 105 103 73
Binary 11001000 11011101 1010000 1010 0 1000000 1101 1000101 1000011 111011

Color Harmonies of #C8DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD50

Black with #C8DD50

Text Example


Text Example

White with #C8DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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