Html Css Color HEX #C8DD34 Las Palmas

📋 copy color: '#C8DD34'

red 200 ◦ green 221 ◦ blue 52

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

Shades of Las Palmas #C8DD34

Tints of Las Palmas #C8DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.99%

R = 42.28%
G = 46.72%
B = 10.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#C8DD34 (or 0xC8DD34) is known color: Las Palmas. HEX triplet: C8, DD and 34. RGB value is (200,221,52). Sum of RGB (Red+Green+Blue) = 200+221+52=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD34 is #3722CB. Grayscale: #C4C4C4. Windows color (decimal): -3613388 or 3464648. OLE color: 3464648.

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

Color convert

RGB 200 221 52 -
CMYK 0.10 0 0.76 0.13
HSL 67.46º 0.71% 0.54% -
HSV(B) 67.46º 0.76% 0.87% -
XYZ 50.3 64.24 13 -
YUV 195.46 47.04 131.24 -
System Red Green Blue C M Y K H S L
Decimal 200 221 52 0.10 0 0.76 0.13 67.46 0.71 0.54
Hex C8 DD 34 A 0 4C D 43 47 36
Octal 310 335 64 12 0 114 15 103 107 66
Binary 11001000 11011101 110100 1010 0 1001100 1101 1000011 1000111 110110

Color Harmonies of #C8DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD34

Black with #C8DD34

Text Example


Text Example

White with #C8DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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