Html Css Color HEX #D0E54B Las Palmas

📋 copy color: '#D0E54B'

red 208 ◦ green 229 ◦ blue 75

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

Shades of Las Palmas #D0E54B

Tints of Las Palmas #D0E54B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.73%

 BLUE value IS 75 (29.69% from 255) = 14.65%

R = 40.63%
G = 44.73%
B = 14.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#D0E54B (or 0xD0E54B) is known color: Las Palmas. HEX triplet: D0, E5 and 4B. RGB value is (208,229,75). Sum of RGB (Red+Green+Blue) = 208+229+75=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E54B is #2F1AB4. Grayscale: #CDCDCD. Windows color (decimal): -3087029 or 4974032. OLE color: 4974032.

HSL color Cylindrical-coordinate representation of color #D0E54B: hue angle of 68.18º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E54B is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 75 -
CMYK 0.09 0 0.67 0.10
HSL 68.18º 0.75% 0.6% -
HSV(B) 68.18º 0.67% 0.9% -
XYZ 55.3 69.96 17.24 -
YUV 205.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 208 229 75 0.09 0 0.67 0.10 68.18 0.75 0.6
Hex D0 E5 4B 9 0 43 A 44 4B 3C
Octal 320 345 113 11 0 103 12 104 113 74
Binary 11010000 11100101 1001011 1001 0 1000011 1010 1000100 1001011 111100

Color Harmonies of #D0E54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E54B

Black with #D0E54B

Text Example


Text Example

White with #D0E54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E54B; }

 p { color: rgb(208,229,75); }

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

background-color css

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

 a { background-color: rgb(208,229,75); }

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

border-color css

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

 span { border-color: rgb(208,229,75); }

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