Html Css Color HEX #D4F068 Mindaro

📋 copy color: '#D4F068'

red 212 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #D4F068

Tints of Mindaro #D4F068

RGB

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

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

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

R = 38.13%
G = 43.17%
B = 18.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D4F068 (or 0xD4F068) is known color: Mindaro. HEX triplet: D4, F0 and 68. RGB value is (212,240,104). Sum of RGB (Red+Green+Blue) = 212+240+104=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F068 is #2B0F97. Grayscale: #D8D8D8. Windows color (decimal): -2822040 or 6877396. OLE color: 6877396.

HSL color Cylindrical-coordinate representation of color #D4F068: hue angle of 72.35º 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 #D4F068 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 104 -
CMYK 0.12 0 0.57 0.06
HSL 72.35º 0.82% 0.67% -
HSV(B) 72.35º 0.57% 0.94% -
XYZ 60.81 77.32 24.82 -
YUV 216.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 212 240 104 0.12 0 0.57 0.06 72.35 0.82 0.67
Hex D4 F0 68 C 0 39 6 48 52 43
Octal 324 360 150 14 0 71 6 110 122 103
Binary 11010100 11110000 1101000 1100 0 111001 110 1001000 1010010 1000011

Color Harmonies of #D4F068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F068

Black with #D4F068

Text Example


Text Example

White with #D4F068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F068; }

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

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

background-color css

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

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

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

border-color css

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

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

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