Html Css Color HEX #D0E145 Las Palmas

📋 copy color: '#D0E145'

red 208 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #D0E145

Tints of Las Palmas #D0E145

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

 GREEN value IS 225 (88.28% from 255) = 44.82%

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 41.43%
G = 44.82%
B = 13.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#D0E145 (or 0xD0E145) is known color: Las Palmas. HEX triplet: D0, E1 and 45. RGB value is (208,225,69). Sum of RGB (Red+Green+Blue) = 208+225+69=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E145 is #2F1EBA. Grayscale: #CACACA. Windows color (decimal): -3088059 or 4579792. OLE color: 4579792.

HSL color Cylindrical-coordinate representation of color #D0E145: hue angle of 66.54º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0E145 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 69 -
CMYK 0.08 0 0.69 0.12
HSL 66.54º 0.72% 0.58% -
HSV(B) 66.54º 0.69% 0.88% -
XYZ 54.01 67.69 15.85 -
YUV 202.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 208 225 69 0.08 0 0.69 0.12 66.54 0.72 0.58
Hex D0 E1 45 8 0 45 C 43 48 3A
Octal 320 341 105 10 0 105 14 103 110 72
Binary 11010000 11100001 1000101 1000 0 1000101 1100 1000011 1001000 111010

Color Harmonies of #D0E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E145

Black with #D0E145

Text Example


Text Example

White with #D0E145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E145; }

 p { color: rgb(208,225,69); }

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

background-color css

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

 a { background-color: rgb(208,225,69); }

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

border-color css

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

 span { border-color: rgb(208,225,69); }

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