Html Css Color HEX #DEFA8F Reef

📋 copy color: '#DEFA8F'

red 222 ◦ green 250 ◦ blue 143

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

Shades of Reef #DEFA8F

Tints of Reef #DEFA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.25%

R = 36.1%
G = 40.65%
B = 23.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DEFA8F (or 0xDEFA8F) is known color: Reef. HEX triplet: DE, FA and 8F. RGB value is (222,250,143). Sum of RGB (Red+Green+Blue) = 222+250+143=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA8F is #210570. Grayscale: #E5E5E5. Windows color (decimal): -2164081 or 9435870. OLE color: 9435870.

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

Color convert

RGB 222 250 143 -
CMYK 0.11 0 0.43 0.02
HSL 75.7º 0.91% 0.77% -
HSV(B) 75.7º 0.43% 0.98% -
XYZ 69.27 85.88 38.91 -
YUV 229.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 222 250 143 0.11 0 0.43 0.02 75.7 0.91 0.77
Hex DE FA 8F B 0 2B 2 4C 5B 4D
Octal 336 372 217 13 0 53 2 114 133 115
Binary 11011110 11111010 10001111 1011 0 101011 10 1001100 1011011 1001101

Color Harmonies of #DEFA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA8F

Black with #DEFA8F

Text Example


Text Example

White with #DEFA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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