Html Css Color HEX #DEF069 Mindaro

📋 copy color: '#DEF069'

red 222 ◦ green 240 ◦ blue 105

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

Shades of Mindaro #DEF069

Tints of Mindaro #DEF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

 BLUE value IS 105 (41.41% from 255) = 18.52%

R = 39.15%
G = 42.33%
B = 18.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DEF069 (or 0xDEF069) is known color: Mindaro. HEX triplet: DE, F0 and 69. RGB value is (222,240,105). Sum of RGB (Red+Green+Blue) = 222+240+105=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF069 is #210F96. Grayscale: #DBDBDB. Windows color (decimal): -2166679 or 6942942. OLE color: 6942942.

HSL color Cylindrical-coordinate representation of color #DEF069: hue angle of 68º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF069 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 105 -
CMYK 0.08 0 0.56 0.06
HSL 68º 0.82% 0.68% -
HSV(B) 68º 0.56% 0.94% -
XYZ 63.83 78.87 25.22 -
YUV 219.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 222 240 105 0.08 0 0.56 0.06 68 0.82 0.68
Hex DE F0 69 8 0 38 6 44 52 44
Octal 336 360 151 10 0 70 6 104 122 104
Binary 11011110 11110000 1101001 1000 0 111000 110 1000100 1010010 1000100

Color Harmonies of #DEF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF069

Black with #DEF069

Text Example


Text Example

White with #DEF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF069; }

 p { color: rgb(222,240,105); }

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

background-color css

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

 a { background-color: rgb(222,240,105); }

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

border-color css

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

 span { border-color: rgb(222,240,105); }

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