Html Css Color HEX #D4F067 Mindaro

📋 copy color: '#D4F067'

red 212 ◦ green 240 ◦ blue 103

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

Shades of Mindaro #D4F067

Tints of Mindaro #D4F067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.56%

R = 38.2%
G = 43.24%
B = 18.56%

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

#D4F067 (or 0xD4F067) is known color: Mindaro. HEX triplet: D4, F0 and 67. RGB value is (212,240,103). Sum of RGB (Red+Green+Blue) = 212+240+103=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F067 is #2B0F98. Grayscale: #D8D8D8. Windows color (decimal): -2822041 or 6811860. OLE color: 6811860.

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

Color convert

RGB 212 240 103 -
CMYK 0.12 0 0.57 0.06
HSL 72.26º 0.82% 0.67% -
HSV(B) 72.26º 0.57% 0.94% -
XYZ 60.76 77.3 24.55 -
YUV 216.01 64.22 125.14 -
System Red Green Blue C M Y K H S L
Decimal 212 240 103 0.12 0 0.57 0.06 72.26 0.82 0.67
Hex D4 F0 67 C 0 39 6 48 52 43
Octal 324 360 147 14 0 71 6 110 122 103
Binary 11010100 11110000 1100111 1100 0 111001 110 1001000 1010010 1000011

Color Harmonies of #D4F067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F067

Black with #D4F067

Text Example


Text Example

White with #D4F067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F067; }

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

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

background-color css

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

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

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

border-color css

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

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

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