Html Css Color HEX #DEF380 Mindaro

📋 copy color: '#DEF380'

red 222 ◦ green 243 ◦ blue 128

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

Shades of Mindaro #DEF380

Tints of Mindaro #DEF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

 BLUE value IS 128 (50.39% from 255) = 21.59%

R = 37.44%
G = 40.98%
B = 21.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DEF380 (or 0xDEF380) is known color: Mindaro. HEX triplet: DE, F3 and 80. RGB value is (222,243,128). Sum of RGB (Red+Green+Blue) = 222+243+128=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF380 is #210C7F. Grayscale: #E0E0E0. Windows color (decimal): -2165888 or 8451038. OLE color: 8451038.

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

Color convert

RGB 222 243 128 -
CMYK 0.09 0 0.47 0.05
HSL 70.96º 0.83% 0.73% -
HSV(B) 70.96º 0.47% 0.95% -
XYZ 66.07 81.19 32.61 -
YUV 223.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 222 243 128 0.09 0 0.47 0.05 70.96 0.83 0.73
Hex DE F3 80 9 0 2F 5 47 53 49
Octal 336 363 200 11 0 57 5 107 123 111
Binary 11011110 11110011 10000000 1001 0 101111 101 1000111 1010011 1001001

Color Harmonies of #DEF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF380

Black with #DEF380

Text Example


Text Example

White with #DEF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF380; }

 p { color: rgb(222,243,128); }

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

background-color css

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

 a { background-color: rgb(222,243,128); }

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

border-color css

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

 span { border-color: rgb(222,243,128); }

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