Html Css Color HEX #DFF265 Mindaro

📋 copy color: '#DFF265'

red 223 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #DFF265

Tints of Mindaro #DFF265

RGB

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

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

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

R = 39.4%
G = 42.76%
B = 17.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DFF265 (or 0xDFF265) is known color: Mindaro. HEX triplet: DF, F2 and 65. RGB value is (223,242,101). Sum of RGB (Red+Green+Blue) = 223+242+101=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF265 is #200D9A. Grayscale: #DCDCDC. Windows color (decimal): -2100635 or 6681311. OLE color: 6681311.

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

Color convert

RGB 223 242 101 -
CMYK 0.08 0 0.58 0.05
HSL 68.09º 0.84% 0.67% -
HSV(B) 68.09º 0.58% 0.95% -
XYZ 64.53 80.13 24.38 -
YUV 220.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 223 242 101 0.08 0 0.58 0.05 68.09 0.84 0.67
Hex DF F2 65 8 0 3A 5 44 54 43
Octal 337 362 145 10 0 72 5 104 124 103
Binary 11011111 11110010 1100101 1000 0 111010 101 1000100 1010100 1000011

Color Harmonies of #DFF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF265

Black with #DFF265

Text Example


Text Example

White with #DFF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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