Html Css Color HEX #DFF994 Reef

📋 copy color: '#DFF994'

red 223 ◦ green 249 ◦ blue 148

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

Shades of Reef #DFF994

Tints of Reef #DFF994

RGB

 RED value IS 223 (87.5% from 255) = 35.97%

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

 BLUE value IS 148 (58.2% from 255) = 23.87%

R = 35.97%
G = 40.16%
B = 23.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#DFF994 (or 0xDFF994) is known color: Reef. HEX triplet: DF, F9 and 94. RGB value is (223,249,148). Sum of RGB (Red+Green+Blue) = 223+249+148=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF994 is #20066B. Grayscale: #E6E6E6. Windows color (decimal): -2098796 or 9763295. OLE color: 9763295.

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

Color convert

RGB 223 249 148 -
CMYK 0.10 0 0.41 0.02
HSL 75.45º 0.89% 0.78% -
HSV(B) 75.45º 0.41% 0.98% -
XYZ 69.65 85.58 40.86 -
YUV 229.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 223 249 148 0.10 0 0.41 0.02 75.45 0.89 0.78
Hex DF F9 94 A 0 29 2 4B 59 4E
Octal 337 371 224 12 0 51 2 113 131 116
Binary 11011111 11111001 10010100 1010 0 101001 10 1001011 1011001 1001110

Color Harmonies of #DFF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF994

Black with #DFF994

Text Example


Text Example

White with #DFF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF994; }

 p { color: rgb(223,249,148); }

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

background-color css

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

 a { background-color: rgb(223,249,148); }

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

border-color css

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

 span { border-color: rgb(223,249,148); }

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