Html Css Color HEX #D4F065 Mindaro

📋 copy color: '#D4F065'

red 212 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #D4F065

Tints of Mindaro #D4F065

RGB

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

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

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

R = 38.34%
G = 43.4%
B = 18.26%

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

#D4F065 (or 0xD4F065) is known color: Mindaro. HEX triplet: D4, F0 and 65. RGB value is (212,240,101). Sum of RGB (Red+Green+Blue) = 212+240+101=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F065 is #2B0F9A. Grayscale: #D8D8D8. Windows color (decimal): -2822043 or 6680788. OLE color: 6680788.

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

Color convert

RGB 212 240 101 -
CMYK 0.12 0 0.58 0.06
HSL 72.09º 0.82% 0.67% -
HSV(B) 72.09º 0.58% 0.94% -
XYZ 60.66 77.26 24.03 -
YUV 215.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 212 240 101 0.12 0 0.58 0.06 72.09 0.82 0.67
Hex D4 F0 65 C 0 3A 6 48 52 43
Octal 324 360 145 14 0 72 6 110 122 103
Binary 11010100 11110000 1100101 1100 0 111010 110 1001000 1010010 1000011

Color Harmonies of #D4F065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F065

Black with #D4F065

Text Example


Text Example

White with #D4F065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F065; }

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

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

background-color css

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

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

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

border-color css

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

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

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