Html Css Color HEX #DEFF68 Mindaro

📋 copy color: '#DEFF68'

red 222 ◦ green 255 ◦ blue 104

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

Shades of Mindaro #DEFF68

Tints of Mindaro #DEFF68

RGB

 RED value IS 222 (87.11% from 255) = 38.21%

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

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

R = 38.21%
G = 43.89%
B = 17.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#DEFF68 (or 0xDEFF68) is known color: Mindaro. HEX triplet: DE, FF and 68. RGB value is (222,255,104). Sum of RGB (Red+Green+Blue) = 222+255+104=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 104 (41.02% from 255 or 17.90% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF68 is #210097. Grayscale: #E4E4E4. Windows color (decimal): -2162840 or 6881246. OLE color: 6881246.

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

Color convert

RGB 222 255 104 -
CMYK 0.13 0 0.59 0
HSL 73.11º 1% 0.7% -
HSV(B) 73.11º 0.59% 1% -
XYZ 68.38 88.05 26.49 -
YUV 227.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 222 255 104 0.13 0 0.59 0 73.11 1 0.7
Hex DE FF 68 D 0 3B 0 49 64 46
Octal 336 377 150 15 0 73 0 111 144 106
Binary 11011110 11111111 1101000 1101 0 111011 0 1001001 1100100 1000110

Color Harmonies of #DEFF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF68

Black with #DEFF68

Text Example


Text Example

White with #DEFF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF68; }

 p { color: rgb(222,255,104); }

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

background-color css

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

 a { background-color: rgb(222,255,104); }

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

border-color css

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

 span { border-color: rgb(222,255,104); }

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