Html Css Color HEX #DFF273 Mindaro

📋 copy color: '#DFF273'

red 223 ◦ green 242 ◦ blue 115

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

Shades of Mindaro #DFF273

Tints of Mindaro #DFF273

RGB

 RED value IS 223 (87.5% from 255) = 38.45%

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

 BLUE value IS 115 (45.31% from 255) = 19.83%

R = 38.45%
G = 41.72%
B = 19.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DFF273 (or 0xDFF273) is known color: Mindaro. HEX triplet: DF, F2 and 73. RGB value is (223,242,115). Sum of RGB (Red+Green+Blue) = 223+242+115=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF273 is #200D8C. Grayscale: #DEDEDE. Windows color (decimal): -2100621 or 7598815. OLE color: 7598815.

HSL color Cylindrical-coordinate representation of color #DFF273: hue angle of 68.98º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFF273 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 115 -
CMYK 0.08 0 0.52 0.05
HSL 68.98º 0.83% 0.7% -
HSV(B) 68.98º 0.52% 0.95% -
XYZ 65.28 80.43 28.3 -
YUV 221.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 223 242 115 0.08 0 0.52 0.05 68.98 0.83 0.7
Hex DF F2 73 8 0 34 5 45 53 46
Octal 337 362 163 10 0 64 5 105 123 106
Binary 11011111 11110010 1110011 1000 0 110100 101 1000101 1010011 1000110

Color Harmonies of #DFF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF273

Black with #DFF273

Text Example


Text Example

White with #DFF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF273; }

 p { color: rgb(223,242,115); }

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

background-color css

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

 a { background-color: rgb(223,242,115); }

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

border-color css

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

 span { border-color: rgb(223,242,115); }

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