Html Css Color HEX #D7F268 Mindaro

📋 copy color: '#D7F268'

red 215 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #D7F268

Tints of Mindaro #D7F268

RGB

 RED value IS 215 (84.38% from 255) = 38.32%

 GREEN value IS 242 (94.92% from 255) = 43.14%

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

R = 38.32%
G = 43.14%
B = 18.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#D7F268 (or 0xD7F268) is known color: Mindaro. HEX triplet: D7, F2 and 68. RGB value is (215,242,104). Sum of RGB (Red+Green+Blue) = 215+242+104=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F268 is #280D97. Grayscale: #DADADA. Windows color (decimal): -2624920 or 6877911. OLE color: 6877911.

HSL color Cylindrical-coordinate representation of color #D7F268: hue angle of 71.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7F268 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 242 104 -
CMYK 0.11 0 0.57 0.05
HSL 71.74º 0.84% 0.68% -
HSV(B) 71.74º 0.57% 0.95% -
XYZ 62.28 78.95 25.05 -
YUV 218.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 215 242 104 0.11 0 0.57 0.05 71.74 0.84 0.68
Hex D7 F2 68 B 0 39 5 48 54 44
Octal 327 362 150 13 0 71 5 110 124 104
Binary 11010111 11110010 1101000 1011 0 111001 101 1001000 1010100 1000100

Color Harmonies of #D7F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F268

Black with #D7F268

Text Example


Text Example

White with #D7F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F268; }

 p { color: rgb(215,242,104); }

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

background-color css

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

 a { background-color: rgb(215,242,104); }

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

border-color css

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

 span { border-color: rgb(215,242,104); }

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