Html Css Color HEX #DEFA9A Reef

📋 copy color: '#DEFA9A'

red 222 ◦ green 250 ◦ blue 154

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

Shades of Reef #DEFA9A

Tints of Reef #DEFA9A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.94%

 BLUE value IS 154 (60.55% from 255) = 24.6%

R = 35.46%
G = 39.94%
B = 24.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#DEFA9A (or 0xDEFA9A) is known color: Reef. HEX triplet: DE, FA and 9A. RGB value is (222,250,154). Sum of RGB (Red+Green+Blue) = 222+250+154=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA9A is #210565. Grayscale: #E7E7E7. Windows color (decimal): -2164070 or 10156766. OLE color: 10156766.

HSL color Cylindrical-coordinate representation of color #DEFA9A: hue angle of 77.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEFA9A is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 154 -
CMYK 0.11 0 0.38 0.02
HSL 77.5º 0.91% 0.79% -
HSV(B) 77.5º 0.38% 0.98% -
XYZ 70.14 86.23 43.52 -
YUV 230.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 222 250 154 0.11 0 0.38 0.02 77.5 0.91 0.79
Hex DE FA 9A B 0 26 2 4E 5B 4F
Octal 336 372 232 13 0 46 2 116 133 117
Binary 11011110 11111010 10011010 1011 0 100110 10 1001110 1011011 1001111

Color Harmonies of #DEFA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA9A

Black with #DEFA9A

Text Example


Text Example

White with #DEFA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA9A; }

 p { color: rgb(222,250,154); }

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

background-color css

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

 a { background-color: rgb(222,250,154); }

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

border-color css

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

 span { border-color: rgb(222,250,154); }

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