Html Css Color HEX #DEFB68 Mindaro

📋 copy color: '#DEFB68'

red 222 ◦ green 251 ◦ blue 104

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

Shades of Mindaro #DEFB68

Tints of Mindaro #DEFB68

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.5%

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

R = 38.47%
G = 43.5%
B = 18.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DEFB68 (or 0xDEFB68) is known color: Mindaro. HEX triplet: DE, FB and 68. RGB value is (222,251,104). Sum of RGB (Red+Green+Blue) = 222+251+104=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB68 is #210497. Grayscale: #E2E2E2. Windows color (decimal): -2163864 or 6880222. OLE color: 6880222.

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

Color convert

RGB 222 251 104 -
CMYK 0.12 0 0.59 0.02
HSL 71.84º 0.95% 0.7% -
HSV(B) 71.84º 0.59% 0.98% -
XYZ 67.12 85.52 26.07 -
YUV 225.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 222 251 104 0.12 0 0.59 0.02 71.84 0.95 0.7
Hex DE FB 68 C 0 3B 2 48 5F 46
Octal 336 373 150 14 0 73 2 110 137 106
Binary 11011110 11111011 1101000 1100 0 111011 10 1001000 1011111 1000110

Color Harmonies of #DEFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFB68

Black with #DEFB68

Text Example


Text Example

White with #DEFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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