Html Css Color HEX #DEFA92 Reef

📋 copy color: '#DEFA92'

red 222 ◦ green 250 ◦ blue 146

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

Shades of Reef #DEFA92

Tints of Reef #DEFA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.62%

R = 35.92%
G = 40.45%
B = 23.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DEFA92 (or 0xDEFA92) is known color: Reef. HEX triplet: DE, FA and 92. RGB value is (222,250,146). Sum of RGB (Red+Green+Blue) = 222+250+146=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA92 is #21056D. Grayscale: #E6E6E6. Windows color (decimal): -2164078 or 9632478. OLE color: 9632478.

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

Color convert

RGB 222 250 146 -
CMYK 0.11 0 0.42 0.02
HSL 76.15º 0.91% 0.78% -
HSV(B) 76.15º 0.42% 0.98% -
XYZ 69.5 85.98 40.13 -
YUV 229.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 222 250 146 0.11 0 0.42 0.02 76.15 0.91 0.78
Hex DE FA 92 B 0 2A 2 4C 5B 4E
Octal 336 372 222 13 0 52 2 114 133 116
Binary 11011110 11111010 10010010 1011 0 101010 10 1001100 1011011 1001110

Color Harmonies of #DEFA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFA92

Black with #DEFA92

Text Example


Text Example

White with #DEFA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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