Html Css Color HEX #D0F765 Mindaro

📋 copy color: '#D0F765'

red 208 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #D0F765

Tints of Mindaro #D0F765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.42%

 BLUE value IS 101 (39.84% from 255) = 18.17%

R = 37.41%
G = 44.42%
B = 18.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#D0F765 (or 0xD0F765) is known color: Mindaro. HEX triplet: D0, F7 and 65. RGB value is (208,247,101). Sum of RGB (Red+Green+Blue) = 208+247+101=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F765 is #2F089A. Grayscale: #DBDBDB. Windows color (decimal): -3082395 or 6682576. OLE color: 6682576.

HSL color Cylindrical-coordinate representation of color #D0F765: hue angle of 76.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0F765 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 101 -
CMYK 0.16 0 0.59 0.03
HSL 76.03º 0.9% 0.68% -
HSV(B) 76.03º 0.59% 0.97% -
XYZ 61.62 80.87 24.67 -
YUV 218.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 208 247 101 0.16 0 0.59 0.03 76.03 0.9 0.68
Hex D0 F7 65 10 0 3B 3 4C 5A 44
Octal 320 367 145 20 0 73 3 114 132 104
Binary 11010000 11110111 1100101 10000 0 111011 11 1001100 1011010 1000100

Color Harmonies of #D0F765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F765

Black with #D0F765

Text Example


Text Example

White with #D0F765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F765; }

 p { color: rgb(208,247,101); }

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

background-color css

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

 a { background-color: rgb(208,247,101); }

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

border-color css

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

 span { border-color: rgb(208,247,101); }

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