Html Css Color HEX #D4F066 Mindaro

📋 copy color: '#D4F066'

red 212 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #D4F066

Tints of Mindaro #D4F066

RGB

 RED value IS 212 (83.2% from 255) = 38.27%

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

 BLUE value IS 102 (40.23% from 255) = 18.41%

R = 38.27%
G = 43.32%
B = 18.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#D4F066 (or 0xD4F066) is known color: Mindaro. HEX triplet: D4, F0 and 66. RGB value is (212,240,102). Sum of RGB (Red+Green+Blue) = 212+240+102=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F066 is #2B0F99. Grayscale: #D8D8D8. Windows color (decimal): -2822042 or 6746324. OLE color: 6746324.

HSL color Cylindrical-coordinate representation of color #D4F066: hue angle of 72.17º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4F066 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 102 -
CMYK 0.12 0 0.58 0.06
HSL 72.17º 0.82% 0.67% -
HSV(B) 72.17º 0.58% 0.94% -
XYZ 60.71 77.28 24.29 -
YUV 215.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 212 240 102 0.12 0 0.58 0.06 72.17 0.82 0.67
Hex D4 F0 66 C 0 3A 6 48 52 43
Octal 324 360 146 14 0 72 6 110 122 103
Binary 11010100 11110000 1100110 1100 0 111010 110 1001000 1010010 1000011

Color Harmonies of #D4F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F066

Black with #D4F066

Text Example


Text Example

White with #D4F066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F066; }

 p { color: rgb(212,240,102); }

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

background-color css

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

 a { background-color: rgb(212,240,102); }

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

border-color css

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

 span { border-color: rgb(212,240,102); }

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