Html Css Color HEX #DEF285 Tidal

📋 copy color: '#DEF285'

red 222 ◦ green 242 ◦ blue 133

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

Shades of Tidal #DEF285

Tints of Tidal #DEF285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.28%

R = 37.19%
G = 40.54%
B = 22.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DEF285 (or 0xDEF285) is known color: Tidal. HEX triplet: DE, F2 and 85. RGB value is (222,242,133). Sum of RGB (Red+Green+Blue) = 222+242+133=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF285 is #210D7A. Grayscale: #E0E0E0. Windows color (decimal): -2166139 or 8778462. OLE color: 8778462.

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

Color convert

RGB 222 242 133 -
CMYK 0.08 0 0.45 0.05
HSL 71.01º 0.81% 0.74% -
HSV(B) 71.01º 0.45% 0.95% -
XYZ 66.11 80.73 34.29 -
YUV 223.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 222 242 133 0.08 0 0.45 0.05 71.01 0.81 0.74
Hex DE F2 85 8 0 2D 5 47 51 4A
Octal 336 362 205 10 0 55 5 107 121 112
Binary 11011110 11110010 10000101 1000 0 101101 101 1000111 1010001 1001010

Color Harmonies of #DEF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF285

Black with #DEF285

Text Example


Text Example

White with #DEF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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