Html Css Color HEX #D4FF75 Mindaro

📋 copy color: '#D4FF75'

red 212 ◦ green 255 ◦ blue 117

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

Shades of Mindaro #D4FF75

Tints of Mindaro #D4FF75

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 36.3%
G = 43.66%
B = 20.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#D4FF75 (or 0xD4FF75) is known color: Mindaro. HEX triplet: D4, FF and 75. RGB value is (212,255,117). Sum of RGB (Red+Green+Blue) = 212+255+117=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF75 is #2B008A. Grayscale: #E2E2E2. Windows color (decimal): -2818187 or 7733204. OLE color: 7733204.

HSL color Cylindrical-coordinate representation of color #D4FF75: hue angle of 78.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4FF75 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 212 255 117 -
CMYK 0.17 0 0.54 0
HSL 78.7º 1% 0.73% -
HSV(B) 78.7º 0.54% 1% -
XYZ 66.12 86.8 30.1 -
YUV 226.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 212 255 117 0.17 0 0.54 0 78.7 1 0.73
Hex D4 FF 75 11 0 36 0 4F 64 49
Octal 324 377 165 21 0 66 0 117 144 111
Binary 11010100 11111111 1110101 10001 0 110110 0 1001111 1100100 1001001

Color Harmonies of #D4FF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FF75

Black with #D4FF75

Text Example


Text Example

White with #D4FF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FF75; }

 p { color: rgb(212,255,117); }

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

background-color css

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

 a { background-color: rgb(212,255,117); }

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

border-color css

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

 span { border-color: rgb(212,255,117); }

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