Html Css Color HEX #D0E94F Las Palmas

📋 copy color: '#D0E94F'

red 208 ◦ green 233 ◦ blue 79

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

Shades of Las Palmas #D0E94F

Tints of Las Palmas #D0E94F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.81%

 BLUE value IS 79 (31.25% from 255) = 15.19%

R = 40%
G = 44.81%
B = 15.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#D0E94F (or 0xD0E94F) is known color: Las Palmas. HEX triplet: D0, E9 and 4F. RGB value is (208,233,79). Sum of RGB (Red+Green+Blue) = 208+233+79=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E94F is #2F16B0. Grayscale: #D0D0D0. Windows color (decimal): -3086001 or 5237200. OLE color: 5237200.

HSL color Cylindrical-coordinate representation of color #D0E94F: hue angle of 69.74º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0E94F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 79 -
CMYK 0.11 0 0.66 0.09
HSL 69.74º 0.78% 0.61% -
HSV(B) 69.74º 0.66% 0.91% -
XYZ 56.56 72.25 18.36 -
YUV 207.97 55.22 128.02 -
System Red Green Blue C M Y K H S L
Decimal 208 233 79 0.11 0 0.66 0.09 69.74 0.78 0.61
Hex D0 E9 4F B 0 42 9 46 4E 3D
Octal 320 351 117 13 0 102 11 106 116 75
Binary 11010000 11101001 1001111 1011 0 1000010 1001 1000110 1001110 111101

Color Harmonies of #D0E94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E94F

Black with #D0E94F

Text Example


Text Example

White with #D0E94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E94F; }

 p { color: rgb(208,233,79); }

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

background-color css

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

 a { background-color: rgb(208,233,79); }

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

border-color css

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

 span { border-color: rgb(208,233,79); }

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