Html Css Color HEX #D0EF68 Mindaro

📋 copy color: '#D0EF68'

red 208 ◦ green 239 ◦ blue 104

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

Shades of Mindaro #D0EF68

Tints of Mindaro #D0EF68

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

 BLUE value IS 104 (41.02% from 255) = 18.87%

R = 37.75%
G = 43.38%
B = 18.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#D0EF68 (or 0xD0EF68) is known color: Mindaro. HEX triplet: D0, EF and 68. RGB value is (208,239,104). Sum of RGB (Red+Green+Blue) = 208+239+104=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF68 is #2F1097. Grayscale: #D6D6D6. Windows color (decimal): -3084440 or 6877136. OLE color: 6877136.

HSL color Cylindrical-coordinate representation of color #D0EF68: hue angle of 73.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0EF68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 104 -
CMYK 0.13 0 0.56 0.06
HSL 73.78º 0.81% 0.67% -
HSV(B) 73.78º 0.56% 0.94% -
XYZ 59.38 76.14 24.66 -
YUV 214.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 208 239 104 0.13 0 0.56 0.06 73.78 0.81 0.67
Hex D0 EF 68 D 0 38 6 4A 51 43
Octal 320 357 150 15 0 70 6 112 121 103
Binary 11010000 11101111 1101000 1101 0 111000 110 1001010 1010001 1000011

Color Harmonies of #D0EF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EF68

Black with #D0EF68

Text Example


Text Example

White with #D0EF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EF68; }

 p { color: rgb(208,239,104); }

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

background-color css

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

 a { background-color: rgb(208,239,104); }

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

border-color css

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

 span { border-color: rgb(208,239,104); }

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