Html Css Color HEX #D0E74D Las Palmas

📋 copy color: '#D0E74D'

red 208 ◦ green 231 ◦ blue 77

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

Shades of Las Palmas #D0E74D

Tints of Las Palmas #D0E74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.92%

R = 40.31%
G = 44.77%
B = 14.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#D0E74D (or 0xD0E74D) is known color: Las Palmas. HEX triplet: D0, E7 and 4D. RGB value is (208,231,77). Sum of RGB (Red+Green+Blue) = 208+231+77=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E74D is #2F18B2. Grayscale: #CFCFCF. Windows color (decimal): -3086515 or 5105616. OLE color: 5105616.

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

Color convert

RGB 208 231 77 -
CMYK 0.10 0 0.67 0.09
HSL 68.96º 0.76% 0.6% -
HSV(B) 68.96º 0.67% 0.91% -
XYZ 55.93 71.1 17.8 -
YUV 206.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 208 231 77 0.10 0 0.67 0.09 68.96 0.76 0.6
Hex D0 E7 4D A 0 43 9 45 4C 3C
Octal 320 347 115 12 0 103 11 105 114 74
Binary 11010000 11100111 1001101 1010 0 1000011 1001 1000101 1001100 111100

Color Harmonies of #D0E74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E74D

Black with #D0E74D

Text Example


Text Example

White with #D0E74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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