Html Css Color HEX #D8F052 Mindaro

📋 copy color: '#D8F052'

red 216 ◦ green 240 ◦ blue 82

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

Shades of Mindaro #D8F052

Tints of Mindaro #D8F052

RGB

 RED value IS 216 (84.77% from 255) = 40.15%

 GREEN value IS 240 (94.14% from 255) = 44.61%

 BLUE value IS 82 (32.42% from 255) = 15.24%

R = 40.15%
G = 44.61%
B = 15.24%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#D8F052 (or 0xD8F052) is known color: Mindaro. HEX triplet: D8, F0 and 52. RGB value is (216,240,82). Sum of RGB (Red+Green+Blue) = 216+240+82=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F052 is #270FAD. Grayscale: #D7D7D7. Windows color (decimal): -2559918 or 5435608. OLE color: 5435608.

HSL color Cylindrical-coordinate representation of color #D8F052: hue angle of 69.11º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8F052 is Cyan = 0.1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 240 82 -
CMYK 0.1 0 0.66 0.06
HSL 69.11º 0.84% 0.63% -
HSV(B) 69.11º 0.66% 0.94% -
XYZ 61 77.53 19.73 -
YUV 214.81 53.05 128.85 -
System Red Green Blue C M Y K H S L
Decimal 216 240 82 0.1 0 0.66 0.06 69.11 0.84 0.63
Hex D8 F0 52 A 0 42 6 45 54 3F
Octal 330 360 122 12 0 102 6 105 124 77
Binary 11011000 11110000 1010010 1010 0 1000010 110 1000101 1010100 111111

Color Harmonies of #D8F052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F052

Black with #D8F052

Text Example


Text Example

White with #D8F052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F052; }

 p { color: rgb(216,240,82); }

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

background-color css

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

 a { background-color: rgb(216,240,82); }

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

border-color css

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

 span { border-color: rgb(216,240,82); }

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