Html Css Color HEX #C8DD3D Las Palmas

📋 copy color: '#C8DD3D'

red 200 ◦ green 221 ◦ blue 61

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

Shades of Las Palmas #C8DD3D

Tints of Las Palmas #C8DD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.66%

R = 41.49%
G = 45.85%
B = 12.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#C8DD3D (or 0xC8DD3D) is known color: Las Palmas. HEX triplet: C8, DD and 3D. RGB value is (200,221,61). Sum of RGB (Red+Green+Blue) = 200+221+61=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD3D is #3722C2. Grayscale: #C5C5C5. Windows color (decimal): -3613379 or 4054472. OLE color: 4054472.

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

Color convert

RGB 200 221 61 -
CMYK 0.10 0 0.72 0.13
HSL 67.88º 0.7% 0.55% -
HSV(B) 67.88º 0.72% 0.87% -
XYZ 50.52 64.33 14.17 -
YUV 196.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 200 221 61 0.10 0 0.72 0.13 67.88 0.7 0.55
Hex C8 DD 3D A 0 48 D 44 46 37
Octal 310 335 75 12 0 110 15 104 106 67
Binary 11001000 11011101 111101 1010 0 1001000 1101 1000100 1000110 110111

Color Harmonies of #C8DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD3D

Black with #C8DD3D

Text Example


Text Example

White with #C8DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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