Html Css Color HEX #C8DD48 Las Palmas

📋 copy color: '#C8DD48'

red 200 ◦ green 221 ◦ blue 72

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

Shades of Las Palmas #C8DD48

Tints of Las Palmas #C8DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.6%

R = 40.57%
G = 44.83%
B = 14.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#C8DD48 (or 0xC8DD48) is known color: Las Palmas. HEX triplet: C8, DD and 48. RGB value is (200,221,72). Sum of RGB (Red+Green+Blue) = 200+221+72=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD48 is #3722B7. Grayscale: #C6C6C6. Windows color (decimal): -3613368 or 4775368. OLE color: 4775368.

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

Color convert

RGB 200 221 72 -
CMYK 0.10 0 0.67 0.13
HSL 68.46º 0.69% 0.57% -
HSV(B) 68.46º 0.67% 0.87% -
XYZ 50.85 64.46 15.89 -
YUV 197.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 200 221 72 0.10 0 0.67 0.13 68.46 0.69 0.57
Hex C8 DD 48 A 0 43 D 44 45 39
Octal 310 335 110 12 0 103 15 104 105 71
Binary 11001000 11011101 1001000 1010 0 1000011 1101 1000100 1000101 111001

Color Harmonies of #C8DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD48

Black with #C8DD48

Text Example


Text Example

White with #C8DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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