Html Css Color HEX #DEF27D Mindaro

📋 copy color: '#DEF27D'

red 222 ◦ green 242 ◦ blue 125

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

Shades of Mindaro #DEF27D

Tints of Mindaro #DEF27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.22%

R = 37.69%
G = 41.09%
B = 21.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DEF27D (or 0xDEF27D) is known color: Mindaro. HEX triplet: DE, F2 and 7D. RGB value is (222,242,125). Sum of RGB (Red+Green+Blue) = 222+242+125=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF27D is #210D82. Grayscale: #DFDFDF. Windows color (decimal): -2166147 or 8254174. OLE color: 8254174.

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

Color convert

RGB 222 242 125 -
CMYK 0.08 0 0.48 0.05
HSL 70.26º 0.82% 0.72% -
HSV(B) 70.26º 0.48% 0.95% -
XYZ 65.58 80.51 31.49 -
YUV 222.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 222 242 125 0.08 0 0.48 0.05 70.26 0.82 0.72
Hex DE F2 7D 8 0 30 5 46 52 48
Octal 336 362 175 10 0 60 5 106 122 110
Binary 11011110 11110010 1111101 1000 0 110000 101 1000110 1010010 1001000

Color Harmonies of #DEF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF27D

Black with #DEF27D

Text Example


Text Example

White with #DEF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF27D; }

 p { color: rgb(222,242,125); }

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

background-color css

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

 a { background-color: rgb(222,242,125); }

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

border-color css

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

 span { border-color: rgb(222,242,125); }

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