Html Css Color HEX #DEF995 Reef

📋 copy color: '#DEF995'

red 222 ◦ green 249 ◦ blue 149

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

Shades of Reef #DEF995

Tints of Reef #DEF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.16%

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

R = 35.81%
G = 40.16%
B = 24.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DEF995 (or 0xDEF995) is known color: Reef. HEX triplet: DE, F9 and 95. RGB value is (222,249,149). Sum of RGB (Red+Green+Blue) = 222+249+149=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF995 is #21066A. Grayscale: #E5E5E5. Windows color (decimal): -2164331 or 9828830. OLE color: 9828830.

HSL color Cylindrical-coordinate representation of color #DEF995: hue angle of 76.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEF995 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 149 -
CMYK 0.11 0 0.40 0.02
HSL 76.2º 0.89% 0.78% -
HSV(B) 76.2º 0.4% 0.98% -
XYZ 69.42 85.45 41.27 -
YUV 229.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 222 249 149 0.11 0 0.40 0.02 76.2 0.89 0.78
Hex DE F9 95 B 0 28 2 4C 59 4E
Octal 336 371 225 13 0 50 2 114 131 116
Binary 11011110 11111001 10010101 1011 0 101000 10 1001100 1011001 1001110

Color Harmonies of #DEF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF995

Black with #DEF995

Text Example


Text Example

White with #DEF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF995; }

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

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

background-color css

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

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

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

border-color css

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

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

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