Html Css Color HEX #D0E74E Las Palmas

📋 copy color: '#D0E74E'

red 208 ◦ green 231 ◦ blue 78

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

Shades of Las Palmas #D0E74E

Tints of Las Palmas #D0E74E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.68%

 BLUE value IS 78 (30.86% from 255) = 15.09%

R = 40.23%
G = 44.68%
B = 15.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#D0E74E (or 0xD0E74E) is known color: Las Palmas. HEX triplet: D0, E7 and 4E. RGB value is (208,231,78). Sum of RGB (Red+Green+Blue) = 208+231+78=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E74E is #2F18B1. Grayscale: #CFCFCF. Windows color (decimal): -3086514 or 5171152. OLE color: 5171152.

HSL color Cylindrical-coordinate representation of color #D0E74E: hue angle of 69.02º degrees, saturation: 0.76, 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 #D0E74E is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 231 78 -
CMYK 0.10 0 0.66 0.09
HSL 69.02º 0.76% 0.61% -
HSV(B) 69.02º 0.66% 0.91% -
XYZ 55.96 71.11 17.98 -
YUV 206.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 208 231 78 0.10 0 0.66 0.09 69.02 0.76 0.61
Hex D0 E7 4E A 0 42 9 45 4C 3D
Octal 320 347 116 12 0 102 11 105 114 75
Binary 11010000 11100111 1001110 1010 0 1000010 1001 1000101 1001100 111101

Color Harmonies of #D0E74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E74E

Black with #D0E74E

Text Example


Text Example

White with #D0E74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E74E; }

 p { color: rgb(208,231,78); }

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

background-color css

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

 a { background-color: rgb(208,231,78); }

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

border-color css

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

 span { border-color: rgb(208,231,78); }

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