Html Css Color HEX #D0E358 Mindaro

📋 copy color: '#D0E358'

red 208 ◦ green 227 ◦ blue 88

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

Shades of Mindaro #D0E358

Tints of Mindaro #D0E358

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.4%

 BLUE value IS 88 (34.77% from 255) = 16.83%

R = 39.77%
G = 43.4%
B = 16.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#D0E358 (or 0xD0E358) is known color: Mindaro. HEX triplet: D0, E3 and 58. RGB value is (208,227,88). Sum of RGB (Red+Green+Blue) = 208+227+88=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E358 is #2F1CA7. Grayscale: #CECECE. Windows color (decimal): -3087528 or 5825488. OLE color: 5825488.

HSL color Cylindrical-coordinate representation of color #D0E358: hue angle of 68.2º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0E358 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 88 -
CMYK 0.08 0 0.61 0.11
HSL 68.2º 0.71% 0.62% -
HSV(B) 68.2º 0.61% 0.89% -
XYZ 55.24 69.05 19.65 -
YUV 205.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 208 227 88 0.08 0 0.61 0.11 68.2 0.71 0.62
Hex D0 E3 58 8 0 3D B 44 47 3E
Octal 320 343 130 10 0 75 13 104 107 76
Binary 11010000 11100011 1011000 1000 0 111101 1011 1000100 1000111 111110

Color Harmonies of #D0E358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E358

Black with #D0E358

Text Example


Text Example

White with #D0E358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E358; }

 p { color: rgb(208,227,88); }

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

background-color css

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

 a { background-color: rgb(208,227,88); }

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

border-color css

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

 span { border-color: rgb(208,227,88); }

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