Html Css Color HEX #D3F268 Mindaro

📋 copy color: '#D3F268'

red 211 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #D3F268

Tints of Mindaro #D3F268

RGB

 RED value IS 211 (82.81% from 255) = 37.88%

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

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

R = 37.88%
G = 43.45%
B = 18.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#D3F268 (or 0xD3F268) is known color: Mindaro. HEX triplet: D3, F2 and 68. RGB value is (211,242,104). Sum of RGB (Red+Green+Blue) = 211+242+104=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F268 is #2C0D97. Grayscale: #D9D9D9. Windows color (decimal): -2887064 or 6877907. OLE color: 6877907.

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

Color convert

RGB 211 242 104 -
CMYK 0.13 0 0.57 0.05
HSL 73.48º 0.84% 0.68% -
HSV(B) 73.48º 0.57% 0.95% -
XYZ 61.11 78.35 25 -
YUV 217 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 211 242 104 0.13 0 0.57 0.05 73.48 0.84 0.68
Hex D3 F2 68 D 0 39 5 49 54 44
Octal 323 362 150 15 0 71 5 111 124 104
Binary 11010011 11110010 1101000 1101 0 111001 101 1001001 1010100 1000100

Color Harmonies of #D3F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F268

Black with #D3F268

Text Example


Text Example

White with #D3F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F268; }

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

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

background-color css

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

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

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

border-color css

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

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

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