Html Css Color HEX #D0ED67 Mindaro

📋 copy color: '#D0ED67'

red 208 ◦ green 237 ◦ blue 103

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

Shades of Mindaro #D0ED67

Tints of Mindaro #D0ED67

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

 BLUE value IS 103 (40.63% from 255) = 18.8%

R = 37.96%
G = 43.25%
B = 18.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#D0ED67 (or 0xD0ED67) is known color: Mindaro. HEX triplet: D0, ED and 67. RGB value is (208,237,103). Sum of RGB (Red+Green+Blue) = 208+237+103=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED67 is #2F1298. Grayscale: #D5D5D5. Windows color (decimal): -3084953 or 6811088. OLE color: 6811088.

HSL color Cylindrical-coordinate representation of color #D0ED67: hue angle of 72.99º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0ED67 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 103 -
CMYK 0.12 0 0.57 0.07
HSL 72.99º 0.79% 0.67% -
HSV(B) 72.99º 0.57% 0.93% -
XYZ 58.74 74.96 24.2 -
YUV 213.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 208 237 103 0.12 0 0.57 0.07 72.99 0.79 0.67
Hex D0 ED 67 C 0 39 7 49 4F 43
Octal 320 355 147 14 0 71 7 111 117 103
Binary 11010000 11101101 1100111 1100 0 111001 111 1001001 1001111 1000011

Color Harmonies of #D0ED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED67

Black with #D0ED67

Text Example


Text Example

White with #D0ED67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED67; }

 p { color: rgb(208,237,103); }

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

background-color css

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

 a { background-color: rgb(208,237,103); }

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

border-color css

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

 span { border-color: rgb(208,237,103); }

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