Html Css Color HEX #DEF295 Reef

📋 copy color: '#DEF295'

red 222 ◦ green 242 ◦ blue 149

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

Shades of Reef #DEF295

Tints of Reef #DEF295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.31%

R = 36.22%
G = 39.48%
B = 24.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#DEF295 (or 0xDEF295) is known color: Reef. HEX triplet: DE, F2 and 95. RGB value is (222,242,149). Sum of RGB (Red+Green+Blue) = 222+242+149=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF295 is #210D6A. Grayscale: #E1E1E1. Windows color (decimal): -2166123 or 9827038. OLE color: 9827038.

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

Color convert

RGB 222 242 149 -
CMYK 0.08 0 0.38 0.05
HSL 72.9º 0.78% 0.77% -
HSV(B) 72.9º 0.38% 0.95% -
XYZ 67.3 81.2 40.56 -
YUV 225.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 222 242 149 0.08 0 0.38 0.05 72.9 0.78 0.77
Hex DE F2 95 8 0 26 5 49 4E 4D
Octal 336 362 225 10 0 46 5 111 116 115
Binary 11011110 11110010 10010101 1000 0 100110 101 1001001 1001110 1001101

Color Harmonies of #DEF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF295

Black with #DEF295

Text Example


Text Example

White with #DEF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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