Html Css Color HEX #D0E64A Las Palmas

📋 copy color: '#D0E64A'

red 208 ◦ green 230 ◦ blue 74

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

Shades of Las Palmas #D0E64A

Tints of Las Palmas #D0E64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 40.63%
G = 44.92%
B = 14.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#D0E64A (or 0xD0E64A) is known color: Las Palmas. HEX triplet: D0, E6 and 4A. RGB value is (208,230,74). Sum of RGB (Red+Green+Blue) = 208+230+74=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E64A is #2F19B5. Grayscale: #CECECE. Windows color (decimal): -3086774 or 4908752. OLE color: 4908752.

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

Color convert

RGB 208 230 74 -
CMYK 0.10 0 0.68 0.10
HSL 68.46º 0.76% 0.6% -
HSV(B) 68.46º 0.68% 0.9% -
XYZ 55.55 70.5 17.16 -
YUV 205.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 208 230 74 0.10 0 0.68 0.10 68.46 0.76 0.6
Hex D0 E6 4A A 0 44 A 44 4C 3C
Octal 320 346 112 12 0 104 12 104 114 74
Binary 11010000 11100110 1001010 1010 0 1000100 1010 1000100 1001100 111100

Color Harmonies of #D0E64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E64A

Black with #D0E64A

Text Example


Text Example

White with #D0E64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E64A; }

 p { color: rgb(208,230,74); }

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

background-color css

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

 a { background-color: rgb(208,230,74); }

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

border-color css

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

 span { border-color: rgb(208,230,74); }

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